public interface QueryManager
Modifier and Type | Method and Description |
---|---|
RegistryObject |
getRegistryObject(java.lang.String id) |
RegistryObject |
getRegistryObject(java.lang.String id,
java.lang.String objectType) |
BulkResponse |
getRegistryObjects() |
BulkResponse |
getRegistryObjects(java.util.Collection objectKeys) |
BulkResponse |
getRegistryObjects(java.util.Collection objectKeys,
java.lang.String objectTypes) |
BulkResponse |
getRegistryObjects(java.lang.String objectTypes) |
RegistryService |
getRegistryService() |
RegistryObject getRegistryObject(java.lang.String id) throws JAXRException
JAXRException
RegistryObject getRegistryObject(java.lang.String id, java.lang.String objectType) throws JAXRException
JAXRException
BulkResponse getRegistryObjects() throws JAXRException
JAXRException
BulkResponse getRegistryObjects(java.util.Collection objectKeys) throws JAXRException
JAXRException
BulkResponse getRegistryObjects(java.util.Collection objectKeys, java.lang.String objectTypes) throws JAXRException
JAXRException
BulkResponse getRegistryObjects(java.lang.String objectTypes) throws JAXRException
JAXRException
RegistryService getRegistryService() throws JAXRException
JAXRException