Class StoredQuery
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentsQuery
,FindFoldersForMultiplePatientsQuery
,FindFoldersQuery
,FindSubmissionSetsQuery
,GetAllQuery
,GetByUuidQuery
,GetFromDocumentQuery
,PharmacyDocumentsQuery
,SubscriptionForPatientIndependentSubmissionSetQuery
,SubscriptionForSubmissionSetQuery
Base class for stored queries.
- Author:
- Jens Riemschneider
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
Constructor Summary
ModifierConstructorDescriptionFor JAXB serialization only.protected
StoredQuery
(QueryType type) Constructs the query. -
Method Summary
-
Constructor Details
-
StoredQuery
public StoredQuery()For JAXB serialization only. -
StoredQuery
Constructs the query.- Parameters:
type
- the type of the query.
-
-
Method Details