public class QueryManagerImpl extends Object implements QueryManager
| Constructor and Description |
|---|
QueryManagerImpl() |
QueryManagerImpl(RegistryServiceImpl service) |
| Modifier and Type | Method and Description |
|---|---|
RegistryObject |
getRegistryObject(String id)
Gets the RegistryObject specified by the Id.
|
RegistryObject |
getRegistryObject(String id,
String type)
Gets the RegistryObject specified by the Id and type of object.
|
BulkResponse |
getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
BulkResponse |
getRegistryObjects(Collection objectKeys)
gets the specified RegistryObjects
|
BulkResponse |
getRegistryObjects(Collection ids,
String type)
Gets the specified RegistryObjects.
|
BulkResponse |
getRegistryObjects(String objectType)
Gets the RegistryObject specified by the Id.
|
RegistryService |
getRegistryService()
Returns the parent RegistryService that created this object.
|
public QueryManagerImpl()
public QueryManagerImpl(RegistryServiceImpl service)
public BulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException
getRegistryObjects in interface QueryManagerobjectKeys - a Collection of Key objects for the desired objectsJAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects() throws JAXRException
getRegistryObjects in interface QueryManagerJAXRException - If the JAXR provider encounters an internal errorpublic RegistryObject getRegistryObject(String id) throws JAXRException
getRegistryObject in interface QueryManagerid - the id for the desired objectJAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects(String objectType) throws JAXRException
getRegistryObjects in interface QueryManagerobjectType - Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.JAXRException - If the JAXR provider encounters an internal errorLifeCycleManager.ORGANIZATIONpublic RegistryObject getRegistryObject(String id, String type) throws JAXRException
QueryManagergetRegistryObject in interface QueryManagerid - is the id of the Key for a RegistryObject.type - is a constant definition from LifeCycleManager that specifies the type of object desired.JAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getRegistryObjects(Collection ids, String type) throws JAXRException
QueryManagergetRegistryObjects in interface QueryManagerids - a Collection of Key objects for the desired objectstype - a Collection of String objects that allow filtering desired objects by their typeJAXRException - If the JAXR provider encounters an internal errorpublic RegistryService getRegistryService()
QueryManagergetRegistryService in interface QueryManagerCopyright © 2005–2017 Oracle Corporation. All rights reserved.