|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>
de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty<T>
public abstract class ResourceProperty<T>
for xmlbeans based rp's
| Field Summary |
|---|
| Fields inherited from class de.fzj.unicore.wsrflite.ResourcePropertyBase |
|---|
parentWSResource |
| Constructor Summary | |
|---|---|
ResourceProperty()
|
|
ResourceProperty(WSRFInstance parent)
|
|
| Method Summary | |
|---|---|
int |
getNumberOfElements()
returns the current number of XML elements contained in this resource property NOTE: subclasses should provide an optimized implementation for this method |
abstract org.apache.xmlbeans.XmlObject[] |
getXml()
get the XML representation of this property. |
List<org.apache.xmlbeans.XmlObject> |
getXml(int offset,
int length)
returns a subset of the resource property xml. |
ResourceProperty<T> |
update()
update the property |
| Methods inherited from class de.fzj.unicore.wsrflite.ResourcePropertyBase |
|---|
getProperty, isReadOnly, setProperty, setResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceProperty()
public ResourceProperty(WSRFInstance parent)
| Method Detail |
|---|
public abstract org.apache.xmlbeans.XmlObject[] getXml()
ResourcePropertyBase
getXml in class ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>
public List<org.apache.xmlbeans.XmlObject> getXml(int offset,
int length)
throws IndexOutOfBoundsException
offset - - the offset to start fromlength - - the (max) number of results to return
IndexOutOfBoundsException - - if the offset is larger than the number of
available resultspublic int getNumberOfElements()
public ResourceProperty<T> update()
throws Exception
ResourcePropertyBase
update in class ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||