Uses of Class
org.projecthusky.communication.xd.storedquery.AbstractStoredQuery
Packages that use AbstractStoredQuery
Package
Description
-
Uses of AbstractStoredQuery in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type AbstractStoredQueryModifier and TypeMethodDescriptionprotected org.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
ConvenienceCommunication.queryDocumentQuery
(AbstractStoredQuery query, SecurityHeaderElement securityHeader, org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType, String messageId) Queries the registry of the affinity domain for all documents satisfying the given query parameters.org.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
ConvenienceCommunication.queryDocumentReferencesOnly
(AbstractStoredQuery queryParameter, SecurityHeaderElement securityHeader, String messageId) Queries the document registry of the affinity domain for documents, using a find documents query.org.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
ConvenienceCommunication.queryDocuments
(AbstractStoredQuery queryParameter, SecurityHeaderElement securityHeader, String messageId) Queries the document registry of the affinity domain for documents, using a find documents query. -
Uses of AbstractStoredQuery in org.projecthusky.communication.at.xd.storedquery
Subclasses of AbstractStoredQuery in org.projecthusky.communication.at.xd.storedqueryModifier and TypeClassDescriptionclass
Represents a query to find documents in an XDS Registry (XDS FindDocumentsQuery).class
Represents a query to get folders and its contents (associations, documents) from an XDS Registry. -
Uses of AbstractStoredQuery in org.projecthusky.communication.ch.xd.storedquery
Subclasses of AbstractStoredQuery in org.projecthusky.communication.ch.xd.storedqueryModifier and TypeClassDescriptionclass
Represents a query to find documents in an XDS Registry (XDS FindDocumentsQuery).class
Represents a query to get folders and its contents (associations, documents) from an XDS Registry. -
Uses of AbstractStoredQuery in org.projecthusky.communication.xd.storedquery
Subclasses of AbstractStoredQuery in org.projecthusky.communication.xd.storedqueryModifier and TypeClassDescriptionclass
Represents a query to find documents in an XDS Registry (XDS FindDocumentsQuery)class
Represents a query to find XDS foldersclass
Represents a query to get XDS documents by their document IDsclass
Represents a query to get folders and its contents (associations, documents) from an XDS Registry.class
Represents a query to get documents, which are associated with a given document from an XDS Registry