public interface QueryManager
| Modifier and Type | Method and Description | 
|---|---|
| RegistryObject | getRegistryObject(String id)Gets the RegistryObject specified by the Id. | 
| RegistryObject | getRegistryObject(String id,
                 String objectType)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 objectKeys,
                  String objectTypes)Gets the specified RegistryObjects. | 
| BulkResponse | getRegistryObjects(String objectType)Gets the RegistryObjects owned by the caller, that are of the specified type. | 
| RegistryService | getRegistryService()Returns the parent RegistryService that created this object. | 
RegistryObject getRegistryObject(String id, String objectType) throws JAXRException
id - is the id of the Key for a RegistryObject.objectType - is a constant definition from LifeCycleManager that specifies the type of object desired.JAXRException - If the Jakarta XML Registries provider encounters an internal errorRegistryObject getRegistryObject(String id) throws JAXRException
id - the id for the desired objectJAXRException - If the Jakarta XML Registries provider encounters an internal errorBulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException
objectKeys - a Collection of Key objects for the desired objectsJAXRException - If the Jakarta XML Registries provider encounters an internal errorBulkResponse getRegistryObjects(Collection objectKeys, String objectTypes) throws JAXRException
objectKeys - a Collection of Key objects for the desired objectsobjectTypes - a Collection of String objects that allow filtering desired objects by their typeJAXRException - If the Jakarta XML Registries provider encounters an internal errorBulkResponse getRegistryObjects() throws JAXRException
JAXRException - If the Jakarta XML Registries provider encounters an internal errorBulkResponse getRegistryObjects(String objectType) throws JAXRException
objectType - Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.JAXRException - If the Jakarta XML Registries provider encounters an internal errorLifeCycleManager.ORGANIZATIONRegistryService getRegistryService() throws JAXRException
JAXRException - If the Jakarta XML Registries provider encounters an internal errorRegistryServiceCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.