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
JAXRExceptionRegistryObject getRegistryObject(java.lang.String id, java.lang.String objectType) throws JAXRException
JAXRExceptionBulkResponse getRegistryObjects() throws JAXRException
JAXRExceptionBulkResponse getRegistryObjects(java.util.Collection objectKeys) throws JAXRException
JAXRExceptionBulkResponse getRegistryObjects(java.util.Collection objectKeys, java.lang.String objectTypes) throws JAXRException
JAXRExceptionBulkResponse getRegistryObjects(java.lang.String objectTypes) throws JAXRException
JAXRExceptionRegistryService getRegistryService() throws JAXRException
JAXRException