|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the common base interface for all QueryManagers in the API.
Method Summary | |
CataloguedObject |
getCataloguedObject(java.lang.String id)
Gets the CataloguedObject specified by the id. |
BulkResponse |
getCataloguedObjects(java.util.Collection objectKeys)
Gets the specified CataloguedObjects. |
RegistryObject |
getRegistryObject(java.lang.String id)
Gets the RegistryObject specified by the Id. |
BulkResponse |
getRegistryObjects()
Gets the RegistryObjects owned by the caller. |
BulkResponse |
getRegistryObjects(java.util.Collection objectKeys)
Gets the specified RegistryObjects. |
BulkResponse |
getRegistryObjects(java.lang.String objectType)
Gets the RegistryObjects owned by the caller, that are of the specified type. |
Method Detail |
public RegistryObject getRegistryObject(java.lang.String id) throws JAXRException
public BulkResponse getRegistryObjects(java.util.Collection objectKeys) throws JAXRException
public BulkResponse getRegistryObjects() throws JAXRException
public BulkResponse getRegistryObjects(java.lang.String objectType) throws JAXRException
objectType
- Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.for supported objectTypes
public CataloguedObject getCataloguedObject(java.lang.String id) throws JAXRException
public BulkResponse getCataloguedObjects(java.util.Collection objectKeys) throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |