Example usage for Java javax.xml.registry BusinessQueryManager fields, constructors, methods, implement or subclass
The text is from its open source code.
BulkResponse | findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks) Finds all Concept objects that match all of the criteria specified by the parameters of this call. |
BulkResponse | findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks) Finds all Organization objects that match all of the criteria specified by the parameters of this call. |
RegistryObject | getRegistryObject(String id, String objectType) Gets the RegistryObject specified by the Id and type of object. |
BulkResponse | getRegistryObjects() Gets the RegistryObjects owned by the caller. |