|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.scout.registry.BusinessQueryManagerImpl
public class BusinessQueryManagerImpl
Implements the JAXR BusinessQueryManager Interface For futher details, look into the JAXR API Javadoc.
| Constructor Summary | |
|---|---|
BusinessQueryManagerImpl(RegistryServiceImpl registry)
|
|
| Method Summary | |
|---|---|
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(BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful Service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessQueryManagerImpl(RegistryServiceImpl registry)
| Method Detail |
|---|
public javax.xml.registry.RegistryService getRegistryService()
getRegistryService in interface javax.xml.registry.QueryManager
public 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.JAXRException
public 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.JAXRException
public 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.JAXRException
public 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.JAXRException
public 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.JAXRException
public javax.xml.registry.infomodel.Concept findConceptByPath(java.lang.String path)
throws javax.xml.registry.JAXRException
findConceptByPath in interface javax.xml.registry.BusinessQueryManagerjavax.xml.registry.JAXRException
public 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.JAXRException
public 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.JAXRException
public 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.JAXRException
public 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.JAXRException
public javax.xml.registry.infomodel.RegistryObject getRegistryObject(java.lang.String id)
throws javax.xml.registry.JAXRException
getRegistryObject in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRException
public 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.JAXRException
protected javax.xml.registry.infomodel.Service getServiceFromBusinessService(BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
bs - BusinessService object to turn in to a Servicelcm - manager to use
javax.xml.registry.JAXRException
public javax.xml.registry.BulkResponse getRegistryObjects()
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRException
public javax.xml.registry.BulkResponse getRegistryObjects(java.util.Collection objectKeys)
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRException
public 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.JAXRException
public javax.xml.registry.BulkResponse getRegistryObjects(java.lang.String id)
throws javax.xml.registry.JAXRException
getRegistryObjects in interface javax.xml.registry.QueryManagerjavax.xml.registry.JAXRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||