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
public abstract class StoredQuery extends Query
Base class for stored queries.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description StoredQuery()
For JAXB serialization only.protected
StoredQuery(QueryType type)
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Map<String,QueryList<String>>
getExtraParameters()
String
getHomeCommunityId()
int
hashCode()
void
setHomeCommunityId(String homeCommunityId)
String
toString()
-
-
-
Constructor Detail
-
StoredQuery
public StoredQuery()
For JAXB serialization only.
-
StoredQuery
protected StoredQuery(QueryType type)
Constructs the query.- Parameters:
type
- the type of the query.
-
-