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.


Method Summary
 RegistryObject (src) getRegistryObject(java.lang.String id)
           
 RegistryObject (src) getRegistryObject(java.lang.String id, java.lang.String objectType)
           
 BulkResponse (src) getRegistryObjects()
           
 BulkResponse (src) getRegistryObjects(java.util.Collection objectKeys)
           
 BulkResponse (src) getRegistryObjects(java.util.Collection objectKeys, java.lang.String objectType)
           
 BulkResponse (src) getRegistryObjects(java.lang.String objectType)
           
 RegistryService (src) getRegistryService()
           
 

Method Detail

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)