|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The "common" Facade interface.
Method Summary | |
Item |
getItem(long id, AttributeRequest[] attributes) Returns an Item given an Item ID and an array of AttributeRequests. |
NamedValue[] |
getItemInvalidations(long[] addedIds, long[] removedIds, long[] setIds) Gets the set of Item invalidations for items the session has registered interest for. |
Item[] |
getItems(long[] ids, AttributeRequest[] attributes) Returns an array of Items given an array of Item IDs and an array of AttributeRequests. |
Method Detail |
public Item getItem(long id, AttributeRequest[] attributes) throws FdkException
id
- the ID of the Item to return.attributes
- the attributes to retrieve for each Item.FdkException
- if the operation fails.public NamedValue[] getItemInvalidations(long[] addedIds, long[] removedIds, long[] setIds) throws FdkException
Also specify an optional set of newly added IDs of interest, a set of IDs that the client no longer has interest, or the explicit set of IDs that the client has interest in. If a non-null explicit list is specified, the other two lists are ignored.
addedIds
- the new IDs of interestremovedIds
- the IDs that the client no longer has interest.setIds
- the total set IDs of interestFdkException
- if the operation fails.public Item[] getItems(long[] ids, AttributeRequest[] attributes) throws FdkException
ids
- the IDs of the Items to return.attributes
- the attributes to retrieve for each Item.FdkException
- if the operation fails.
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |