public interface QueryManager
Modifier and Type | Method and Description |
---|---|
RegistryObject |
getRegistryObject(String id) |
RegistryObject |
getRegistryObject(String id,
String objectType) |
BulkResponse |
getRegistryObjects() |
BulkResponse |
getRegistryObjects(Collection objectKeys) |
BulkResponse |
getRegistryObjects(Collection objectKeys,
String objectType) |
BulkResponse |
getRegistryObjects(String objectType) |
RegistryService |
getRegistryService() |
RegistryObject getRegistryObject(String id) throws JAXRException
JAXRException
RegistryObject getRegistryObject(String id, String objectType) throws JAXRException
JAXRException
BulkResponse getRegistryObjects() throws JAXRException
JAXRException
BulkResponse getRegistryObjects(String objectType) throws JAXRException
JAXRException
BulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException
JAXRException
BulkResponse getRegistryObjects(Collection objectKeys, String objectType) throws JAXRException
JAXRException
RegistryService getRegistryService() throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.