Java javax.xml.registry BusinessQueryManager fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry BusinessQueryManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry BusinessQueryManager.

The text is from its open source code.

Implementation

javax.xml.registry.BusinessQueryManager has the following implementations.
Click this link to see all its implementation.

Method

BulkResponsefindConcepts(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.
BulkResponsefindOrganizations(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.
RegistryObjectgetRegistryObject(String id, String objectType)
Gets the RegistryObject specified by the Id and type of object.
BulkResponsegetRegistryObjects()
Gets the RegistryObjects owned by the caller.