| java.lang.Object org.apache.ws.scout.registry.BusinessQueryManagerImpl
Method Summary | |
public BulkResponse | findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes) | public BulkResponse | findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes) | public ClassificationScheme | findClassificationSchemeByName(Collection findQualifiers, String namePatterns) | public BulkResponse | findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) | public Concept | findConceptByPath(String path) | public BulkResponse | findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks) | public BulkResponse | findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks) | public BulkResponse | findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) | public BulkResponse | findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications) | public BulkResponse | findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specificationa) Finds all Service objects that match all of the criteria specified by
the parameters of this call. | public RegistryObject | getRegistryObject(String id) | public RegistryObject | getRegistryObject(String id, String objectType) | public BulkResponse | getRegistryObjects() Gets the RegistryObjects owned by the caller. | public BulkResponse | getRegistryObjects(Collection<Key> objectKeys) | public BulkResponse | getRegistryObjects(Collection<Key> objectKeys, String objectType) | public BulkResponse | getRegistryObjects(String id) | public RegistryService | getRegistryService() | protected Service | getServiceFromBusinessService(BusinessService bs, LifeCycleManager lcm) Helper routine to take a jUDDI business service and turn into a useful
Service. | static FindQualifiers | mapFindQualifiers(Collection jaxrQualifiers) | static Name[] | mapNamePatterns(Collection namePatterns) |
findServices | public BulkResponse findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specificationa) throws JAXRException(Code) | | Finds all Service objects that match all of the criteria specified by
the parameters of this call. This is a logical AND operation between
all non-null parameters
TODO - support findQualifiers, classifications and specifications
Parameters: orgKey - Parameters: findQualifiers - Parameters: namePatterns - Parameters: classifications - Parameters: specificationa - throws: JAXRException - |
getRegistryObjects | public BulkResponse getRegistryObjects() throws JAXRException(Code) | | Gets the RegistryObjects owned by the caller. The objects
are returned as their concrete type (e.g. Organization, User etc.)
TODO - need to figure out what the set are. This is just to get some
basic functionality
throws: JAXRException - |
getServiceFromBusinessService | protected Service getServiceFromBusinessService(BusinessService bs, LifeCycleManager lcm) throws JAXRException(Code) | | Helper routine to take a jUDDI business service and turn into a useful
Service. Needs to go back to the registry to get the organization to
properly hydrate the Service
Parameters: bs - BusinessService object to turn in to a Service Parameters: lcm - manager to use new Service object throws: JAXRException - |
|
|