|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetResourcePropertiesComponents
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,
Object[] values)
Creates new instances of the given property using the given values. |
void |
updateResourceProperty(QName qname,
Object[] values)
Replaces all of a property's current values with the given values. |
Method Detail |
---|
void deleteResourceProperty(QName qname) throws BaseFault
BaseFault
void insertResourceProperty(QName qname, Object[] values) throws BaseFault
BaseFault
void updateResourceProperty(QName qname, Object[] values) throws BaseFault
BaseFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |