Class GetAllQuery
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetAllQuery
-
- All Implemented Interfaces:
Serializable
,DocumentEntryTypeAwareStoredQuery
,PatientIdBasedStoredQuery
public class GetAllQuery extends StoredQuery implements PatientIdBasedStoredQuery, DocumentEntryTypeAwareStoredQuery
Represents a stored query for GetAll.- 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 Constructor Description GetAllQuery()
Constructs the query.
-
Method Summary
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
-
-
-
Method Detail
-
accept
public void accept(Query.Visitor visitor)
Description copied from class:Query
Accept a visitor to process an instance of this class.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classStoredQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classStoredQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStoredQuery
-
toString
public String toString()
- Overrides:
toString
in classStoredQuery
-
getStatusDocuments
public List<AvailabilityStatus> getStatusDocuments()
-
setStatusDocuments
public void setStatusDocuments(List<AvailabilityStatus> statusDocuments)
-
getStatusSubmissionSets
public List<AvailabilityStatus> getStatusSubmissionSets()
-
setStatusSubmissionSets
public void setStatusSubmissionSets(List<AvailabilityStatus> statusSubmissionSets)
-
getStatusFolders
public List<AvailabilityStatus> getStatusFolders()
-
setStatusFolders
public void setStatusFolders(List<AvailabilityStatus> statusFolders)
-
getDocumentEntryTypes
public List<DocumentEntryType> getDocumentEntryTypes()
- Specified by:
getDocumentEntryTypes
in interfaceDocumentEntryTypeAwareStoredQuery
-
setDocumentEntryTypes
public void setDocumentEntryTypes(List<DocumentEntryType> documentEntryTypes)
- Specified by:
setDocumentEntryTypes
in interfaceDocumentEntryTypeAwareStoredQuery
-
getPatientId
public Identifiable getPatientId()
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
public void setPatientId(Identifiable patientId)
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-
getAssociationStatuses
public List<AvailabilityStatus> getAssociationStatuses()
-
setAssociationStatuses
public void setAssociationStatuses(List<AvailabilityStatus> associationStatuses)
-
getMetadataLevel
public Integer getMetadataLevel()
-
setMetadataLevel
public void setMetadataLevel(Integer metadataLevel)
-
-