Class FindFoldersQuery
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.FindFoldersQuery
- All Implemented Interfaces:
Serializable,PatientIdBasedStoredQuery,TargetCommunityIdListBasedStoredQuery
public class FindFoldersQuery
extends StoredQuery
implements PatientIdBasedStoredQuery, TargetCommunityIdListBasedStoredQuery
Represents a stored query for FindFolders.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected booleanbooleangetCodes()inthashCode()voidvoidsetMetadataLevel(Integer metadataLevel) voidsetPatientId(Identifiable patientId) voidsetStatus(List<AvailabilityStatus> status) voidsetTargetCommunityIds(List<String> targetCommunityIds) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
FindFoldersQuery
public FindFoldersQuery()Constructs the query.
-
-
Method Details
-
accept
Description copied from class:QueryAccept a visitor to process an instance of this class. -
equals
- Overrides:
equalsin classStoredQuery
-
canEqual
- Overrides:
canEqualin classStoredQuery
-
hashCode
public int hashCode()- Overrides:
hashCodein classStoredQuery
-
toString
- Overrides:
toStringin classStoredQuery
-
getStatus
-
setStatus
-
getCodes
-
setCodes
-
getPatientId
- Specified by:
getPatientIdin interfacePatientIdBasedStoredQuery
-
setPatientId
- Specified by:
setPatientIdin interfacePatientIdBasedStoredQuery
-
getLastUpdateTime
-
getMetadataLevel
-
setMetadataLevel
-
getTargetCommunityIds
- Specified by:
getTargetCommunityIdsin interfaceTargetCommunityIdListBasedStoredQuery
-
setTargetCommunityIds
- Specified by:
setTargetCommunityIdsin interfaceTargetCommunityIdListBasedStoredQuery
-