| Constructor and Description |
|---|
Finder(javax.xml.registry.BusinessQueryManager bqm,
String version) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.registry.infomodel.ClassificationScheme |
findClassificationSchemeByName(String queryStr) |
Collection |
findClassificationSchemesByName(String queryStr) |
Collection |
findOrganizationsByName(String queryStr) |
javax.xml.registry.infomodel.Service |
findService(String category,
String serviceName,
javax.xml.registry.BusinessLifeCycleManager blm)
Search a service, by matching the name and the classification.
|
Collection<javax.xml.registry.infomodel.ServiceBinding> |
findServiceBindings(javax.xml.registry.infomodel.Key serviceKey) |
Collection<javax.xml.registry.infomodel.ServiceBinding> |
findServiceBindings(javax.xml.registry.infomodel.Key serviceKey,
javax.xml.registry.infomodel.Classification classification) |
Collection<javax.xml.registry.infomodel.ServiceBinding> |
findServiceBindings(javax.xml.registry.infomodel.Key serviceKey,
javax.xml.registry.infomodel.SpecificationLink specLink) |
public Finder(javax.xml.registry.BusinessQueryManager bqm, String version)
public Collection findOrganizationsByName(String queryStr) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionpublic Collection findClassificationSchemesByName(String queryStr) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.ClassificationScheme findClassificationSchemeByName(String queryStr) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.Service findService(String category, String serviceName, javax.xml.registry.BusinessLifeCycleManager blm) throws javax.xml.registry.JAXRException
category - - name of the category classificationserviceName - - name of the serviceblm - javax.xml.registry.JAXRExceptionpublic Collection<javax.xml.registry.infomodel.ServiceBinding> findServiceBindings(javax.xml.registry.infomodel.Key serviceKey) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionpublic Collection<javax.xml.registry.infomodel.ServiceBinding> findServiceBindings(javax.xml.registry.infomodel.Key serviceKey, javax.xml.registry.infomodel.Classification classification) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionpublic Collection<javax.xml.registry.infomodel.ServiceBinding> findServiceBindings(javax.xml.registry.infomodel.Key serviceKey, javax.xml.registry.infomodel.SpecificationLink specLink) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.