|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SetResourcePropertiesComponents breaks apart the WS-RP SetResourceProperties operation into a set of convenience methods. Each of the set operations { Insert, Update, Delete } now has its own method(s), allowing internal callers to perform modifications with much less plumbing code.
Method Summary | |
---|---|
void |
deleteResourceProperty(QName qname)
Removes all properties with the given name. |
void |
insertResourceProperty(QName qname,
java.lang.Object[] values)
Creates new instances of the given property using the given values. |
void |
updateResourceProperty(QName qname,
java.lang.Object[] values)
Replaces all of a property's current values with the given values. |
Method Detail |
public void deleteResourceProperty(QName qname) throws BaseFault
BaseFault
public void insertResourceProperty(QName qname, java.lang.Object[] values) throws BaseFault
BaseFault
public void updateResourceProperty(QName qname, java.lang.Object[] values) throws BaseFault
BaseFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |