|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class CommonManager
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 |
---|
Item getItem(long id, AttributeRequest[] attributes) throws FdkException
CommonManager
id
- the ID of the Item to return.attributes
- the attributes to retrieve for each Item.FdkException
- if the operation fails.Item[] getItems(long[] ids, AttributeRequest[] attributes) throws FdkException
CommonManager
ids
- the IDs of the Items to return.attributes
- the attributes to retrieve for each Item.FdkException
- if the operation fails.NamedValue[] getItemInvalidations(long[] addedIds, long[] removedIds, long[] setIds) throws FdkException
CommonManager
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.
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |