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.QueryResponseConvenienceCommunication.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.QueryResponseConvenienceCommunication.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.QueryResponseConvenienceCommunication.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 TypeClassDescriptionclassRepresents a query to find documents in an XDS Registry (XDS FindDocumentsQuery).classRepresents 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 TypeClassDescriptionclassRepresents a query to find documents in an XDS Registry (XDS FindDocumentsQuery).classRepresents 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 TypeClassDescriptionclassRepresents a query to find documents in an XDS Registry (XDS FindDocumentsQuery)classRepresents a query to find XDS foldersclassRepresents a query to get XDS documents by their document IDsclassRepresents a query to get folders and its contents (associations, documents) from an XDS Registry.classRepresents a query to get documents, which are associated with a given document from an XDS Registry