javax.xml.registry
Interface QueryManager
- All Known Subinterfaces:
- BusinessQueryManager (src) , DeclarativeQueryManager (src)
- public interface QueryManager
This is the common base interface for all QueryManagers in the API.
getRegistryObject
public RegistryObject (src) getRegistryObject(java.lang.String id)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObject
public RegistryObject (src) getRegistryObject(java.lang.String id,
java.lang.String objectType)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObjects
public BulkResponse (src) getRegistryObjects()
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObjects
public BulkResponse (src) getRegistryObjects(java.lang.String objectType)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObjects
public BulkResponse (src) getRegistryObjects(java.util.Collection objectKeys)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObjects
public BulkResponse (src) getRegistryObjects(java.util.Collection objectKeys,
java.lang.String objectType)
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryService
public RegistryService (src) getRegistryService()
throws JAXRException (src)
- Throws:
JAXRException (src)