Uses of Class
org.eclipse.ohf.ihe.xds.consumer.query.Query

Packages that use Query
org.eclipse.ohf.ihe.xds.consumer   
org.eclipse.ohf.ihe.xds.consumer.query   
 

Uses of Query in org.eclipse.ohf.ihe.xds.consumer
 

Methods in org.eclipse.ohf.ihe.xds.consumer with parameters of type Query
 java.util.List Consumer.query(Query q, boolean returnReferencesOnly, java.lang.String initiatingUser)
          Transaction ITI-16: Query Registry
Query for and retrieve a list of docoment metadata or metadata references based on the input attributes.
 

Uses of Query in org.eclipse.ohf.ihe.xds.consumer.query
 

Subclasses of Query in org.eclipse.ohf.ihe.xds.consumer.query
 class FindDocumentsQuery
          Represents the FindDocuments query of the Minimum Query Catalog.
 class GetDocumentsQuery
          Represents the GetDocuments query of the Minimum Query Catalog.
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.query with parameters of type Query
QueryBuilder(Query query)
          Constructor