public class BusinessQueryManagerImpl
extends java.lang.Object
implements javax.xml.registry.BusinessQueryManager
| Constructor and Description |
|---|
BusinessQueryManagerImpl(RegistryServiceImpl registry) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.registry.BulkResponse |
findAssociations(java.util.Collection findQualifiers,
java.lang.String sourceObjectId,
java.lang.String targetObjectId,
java.util.Collection associationTypes) |
javax.xml.registry.BulkResponse |
findCallerAssociations(java.util.Collection findQualifiers,
java.lang.Boolean confirmedByCaller,
java.lang.Boolean confirmedByOtherParty,
java.util.Collection associationTypes) |
javax.xml.registry.infomodel.ClassificationScheme |
findClassificationSchemeByName(java.util.Collection findQualifiers,
java.lang.String namePatterns)
TODO - need to support the qualifiers
|
javax.xml.registry.BulkResponse |
findClassificationSchemes(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalLinks) |
javax.xml.registry.infomodel.Concept |
findConceptByPath(java.lang.String path) |
javax.xml.registry.BulkResponse |
findConcepts(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalIdentifiers,
java.util.Collection externalLinks) |
javax.xml.registry.BulkResponse |
findOrganizations(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection specifications,
java.util.Collection externalIdentifiers,
java.util.Collection externalLinks)
Finds organizations in the registry that match the specified parameters
|
javax.xml.registry.BulkResponse |
findRegistryPackages(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalLinks) |
javax.xml.registry.BulkResponse |
findServiceBindings(javax.xml.registry.infomodel.Key serviceKey,
java.util.Collection findQualifiers,
java.util.Collection classifications,
java.util.Collection specifications) |
javax.xml.registry.BulkResponse |
findServices(javax.xml.registry.infomodel.Key orgKey,
java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection specificationa)
Finds all Service objects that match all of the criteria specified by
the parameters of this call.
|
javax.xml.registry.infomodel.RegistryObject |
getRegistryObject(java.lang.String id) |
javax.xml.registry.infomodel.RegistryObject |
getRegistryObject(java.lang.String id,
java.lang.String objectType) |
javax.xml.registry.BulkResponse |
getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
javax.xml.registry.BulkResponse |
getRegistryObjects(java.util.Collection objectKeys) |
javax.xml.registry.BulkResponse |
getRegistryObjects(java.util.Collection objectKeys,
java.lang.String objectType) |
javax.xml.registry.BulkResponse |
getRegistryObjects(java.lang.String id) |
javax.xml.registry.RegistryService |
getRegistryService() |
protected javax.xml.registry.infomodel.Service |
getServiceFromBusinessService(org.apache.juddi.datatype.service.BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful
Service.
|
public BusinessQueryManagerImpl(RegistryServiceImpl registry)
public javax.xml.registry.RegistryService getRegistryService()
getRegistryService in interface javax.xml.registry.QueryManagerpublic javax.xml.registry.BulkResponse findOrganizations(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection specifications,
java.util.Collection externalIdentifiers,
java.util.Collection externalLinks)
throws javax.xml.registry.JAXRException
findOrganizations in interface javax.xml.registry.BusinessQueryManagerfindQualifiers - namePatterns - classifications - specifications - externalIdentifiers - externalLinks - javax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findAssociations(java.util.Collection findQualifiers,
java.lang.String sourceObjectId,
java.lang.String targetObjectId,
java.util.Collection associationTypes)
throws javax.xml.registry.JAXRException
findAssociations in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findCallerAssociations(java.util.Collection findQualifiers,
java.lang.Boolean confirmedByCaller,
java.lang.Boolean confirmedByOtherParty,
java.util.Collection associationTypes)
throws javax.xml.registry.JAXRException
findCallerAssociations in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.ClassificationScheme findClassificationSchemeByName(java.util.Collection findQualifiers,
java.lang.String namePatterns)
throws javax.xml.registry.JAXRException
findClassificationSchemeByName in interface javax.xml.registry.BusinessQueryManagerfindQualifiers - namePatterns - javax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findClassificationSchemes(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalLinks)
throws javax.xml.registry.JAXRException
findClassificationSchemes in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.Concept findConceptByPath(java.lang.String path)
throws javax.xml.registry.JAXRException
findConceptByPath in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findConcepts(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalIdentifiers,
java.util.Collection externalLinks)
throws javax.xml.registry.JAXRException
findConcepts in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findRegistryPackages(java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection externalLinks)
throws javax.xml.registry.JAXRException
findRegistryPackages in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findServiceBindings(javax.xml.registry.infomodel.Key serviceKey,
java.util.Collection findQualifiers,
java.util.Collection classifications,
java.util.Collection specifications)
throws javax.xml.registry.JAXRException
findServiceBindings in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse findServices(javax.xml.registry.infomodel.Key orgKey,
java.util.Collection findQualifiers,
java.util.Collection namePatterns,
java.util.Collection classifications,
java.util.Collection specificationa)
throws javax.xml.registry.JAXRException
findServices in interface javax.xml.registry.BusinessQueryManagerorgKey - findQualifiers - namePatterns - classifications - specificationa - javax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.RegistryObject getRegistryObject(java.lang.String id)
throws javax.xml.registry.JAXRException
getRegistryObject in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.RegistryObject getRegistryObject(java.lang.String id,
java.lang.String objectType)
throws javax.xml.registry.JAXRException
getRegistryObject in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionprotected javax.xml.registry.infomodel.Service getServiceFromBusinessService(org.apache.juddi.datatype.service.BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
bs - BusinessService object to turn in to a Servicelcm - manager to usejavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse getRegistryObjects()
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse getRegistryObjects(java.util.Collection objectKeys)
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse getRegistryObjects(java.util.Collection objectKeys,
java.lang.String objectType)
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse getRegistryObjects(java.lang.String id)
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRExceptionCopyright © 2004-2013 Apache Web Services. All Rights Reserved.