|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetResourcePropertiesExtensions
SetResourcePropertiesExtensions is a collection of non-standard WS-RP
extensions that is needed in order to perform common internal operations.
The WS-RP spec does not provide a way to modify individual instances of
a property; rather, operations like Update and Delete are required to
change all instances of a property. This is an obstacle for many
types of properties.
The methods in this interface should not be exposed to the outside
world, only to internal callers who have permission to make modifications
that standards-compliant clients would not be allowed to make.
Method Summary | |
---|---|
void |
insertOrUpdate(QName property,
Object value)
This is just a convenience method that will call insertOrUpdate(QName, Object[]) with a one-element array. |
void |
insertOrUpdate(QName property,
Object[] values)
Checks to see if there is already an instance of the property, and if so, updates it with the given values; otherwise, it inserts the values. |
Method Detail |
---|
void insertOrUpdate(QName property, Object value) throws BaseFault
BaseFault
void insertOrUpdate(QName property, Object[] values) throws BaseFault
BaseFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |