Package com.sun.xml.registry.uddi
Class QueryManagerImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.QueryManagerImpl
-
- All Implemented Interfaces:
javax.xml.registry.QueryManager
- Direct Known Subclasses:
BusinessQueryManagerImpl,DeclarativeQueryManagerImpl
public class QueryManagerImpl extends Object implements javax.xml.registry.QueryManager
Class Declaration for Class1- Author:
-
-
Constructor Summary
Constructors Constructor Description QueryManagerImpl()QueryManagerImpl(RegistryServiceImpl service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.registry.infomodel.RegistryObjectgetRegistryObject(String id)Gets the RegistryObject specified by the Id.javax.xml.registry.infomodel.RegistryObjectgetRegistryObject(String id, String type)javax.xml.registry.BulkResponsegetRegistryObjects()Gets the RegistryObjects owned by the caller.javax.xml.registry.BulkResponsegetRegistryObjects(String objectType)Gets the RegistryObject specified by the Id.javax.xml.registry.BulkResponsegetRegistryObjects(Collection objectKeys)gets the specified RegistryObjectsjavax.xml.registry.BulkResponsegetRegistryObjects(Collection ids, String type)javax.xml.registry.RegistryServicegetRegistryService()
-
-
-
Constructor Detail
-
QueryManagerImpl
public QueryManagerImpl()
-
QueryManagerImpl
public QueryManagerImpl(RegistryServiceImpl service)
-
-
Method Detail
-
getRegistryObjects
public javax.xml.registry.BulkResponse getRegistryObjects(Collection objectKeys) throws javax.xml.registry.JAXRException
gets the specified RegistryObjects- Specified by:
getRegistryObjectsin interfacejavax.xml.registry.QueryManager- Returns:
- BulkResponse containing Collection of RegistryObjects.
- Throws:
javax.xml.registry.JAXRException
-
getRegistryObjects
public javax.xml.registry.BulkResponse getRegistryObjects() throws javax.xml.registry.JAXRExceptionGets the RegistryObjects owned by the caller. The objects are returned as their concrete type (e.g. Organization, User etc.).- Specified by:
getRegistryObjectsin interfacejavax.xml.registry.QueryManager- Returns:
- BulkResponse containing a hetrogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
- Throws:
javax.xml.registry.JAXRException
-
getRegistryObject
public javax.xml.registry.infomodel.RegistryObject getRegistryObject(String id) throws javax.xml.registry.JAXRException
Gets the RegistryObject specified by the Id.- Specified by:
getRegistryObjectin interfacejavax.xml.registry.QueryManager- Returns:
- RegistryObject Is the object is returned as their concrete type (e.g. Organization, User etc.).
- Throws:
javax.xml.registry.JAXRException
-
getRegistryObjects
public javax.xml.registry.BulkResponse getRegistryObjects(String objectType) throws javax.xml.registry.JAXRException
Gets the RegistryObject specified by the Id.- Specified by:
getRegistryObjectsin interfacejavax.xml.registry.QueryManager- Returns:
- RegistryObject Is the object is returned as their concrete type (e.g. Organization, User etc.).
- Throws:
javax.xml.registry.JAXRException
-
getRegistryObject
public javax.xml.registry.infomodel.RegistryObject getRegistryObject(String id, String type) throws javax.xml.registry.JAXRException
- Specified by:
getRegistryObjectin interfacejavax.xml.registry.QueryManager- Throws:
javax.xml.registry.JAXRException
-
getRegistryObjects
public javax.xml.registry.BulkResponse getRegistryObjects(Collection ids, String type) throws javax.xml.registry.JAXRException
- Specified by:
getRegistryObjectsin interfacejavax.xml.registry.QueryManager- Throws:
javax.xml.registry.JAXRException
-
getRegistryService
public javax.xml.registry.RegistryService getRegistryService()
- Specified by:
getRegistryServicein interfacejavax.xml.registry.QueryManager
-
-