|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.QueryManagerImpl
public class QueryManagerImpl
Class Declaration for Class1
| Constructor Summary | |
|---|---|
QueryManagerImpl()
|
|
QueryManagerImpl(RegistryServiceImpl service)
|
|
| Method Summary | |
|---|---|
RegistryObject |
getRegistryObject(String id)
Gets the RegistryObject specified by the Id. |
RegistryObject |
getRegistryObject(String id,
String type)
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 ids,
String type)
Gets the specified RegistryObjects. |
BulkResponse |
getRegistryObjects(String objectType)
Gets the RegistryObject specified by the Id. |
RegistryService |
getRegistryService()
Returns the parent RegistryService that created this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryManagerImpl()
public QueryManagerImpl(RegistryServiceImpl service)
| Method Detail |
|---|
public BulkResponse getRegistryObjects(Collection objectKeys)
throws JAXRException
getRegistryObjects in interface QueryManagerobjectKeys - a Collection of Key objects for the desired objects
JAXRException - If the JAXR provider encounters an internal error
public BulkResponse getRegistryObjects()
throws JAXRException
getRegistryObjects in interface QueryManagerJAXRException - If the JAXR provider encounters an internal error
public RegistryObject getRegistryObject(String id)
throws JAXRException
getRegistryObject in interface QueryManagerid - the id for the desired object
JAXRException - If the JAXR provider encounters an internal error
public BulkResponse getRegistryObjects(String objectType)
throws JAXRException
getRegistryObjects in interface QueryManagerobjectType - Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManager.ORGANIZATION
public RegistryObject getRegistryObject(String id,
String type)
throws JAXRException
QueryManager
getRegistryObject in interface QueryManagerid - is the id of the Key for a RegistryObject.type - is a constant definition from LifeCycleManager that specifies the type of object desired.
JAXRException - If the JAXR provider encounters an internal error
public BulkResponse getRegistryObjects(Collection ids,
String type)
throws JAXRException
QueryManager
getRegistryObjects in interface QueryManagerids - a Collection of Key objects for the desired objectstype - a Collection of String objects that allow filtering desired objects by their type
JAXRException - If the JAXR provider encounters an internal errorpublic RegistryService getRegistryService()
QueryManager
getRegistryService in interface QueryManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||