Class FindDocumentsByTitleQuery
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.DocumentsQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsByTitleQuery
- All Implemented Interfaces:
Serializable,DocumentEntryTypeAwareStoredQuery,PatientIdBasedStoredQuery,TargetCommunityIdListBasedStoredQuery
- 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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected booleanbooleangetTitle()Tries to return the query parameter "$XDSDocumentEntryAuthorInstitution" as a collection ofOrganizationinstead of a collection ofString.inthashCode()voidsetAuthorInstitution(List<String> authorInstitution) voidvoidsetTypedAuthorInstitution(List<Organization> authorInstitution) Allows to use a collection ofOrganizationinstead of a collection ofStringfor specifying the query parameter "$XDSDocumentEntryAuthorInstitution".toString()Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsQuery
getDocumentAvailability, getDocumentEntryTypes, getMetadataLevel, getPatientId, getStatus, getTargetCommunityIds, setDocumentAvailability, setDocumentEntryTypes, setMetadataLevel, setPatientId, setStatus, setTargetCommunityIdsMethods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.DocumentsQuery
getAuthorPersons, getClassCodes, getConfidentialityCodes, getCreationTime, getEventCodes, getFormatCodes, getHealthcareFacilityTypeCodes, getPracticeSettingCodes, getServiceStartTime, getServiceStopTime, getTypeCodes, getTypedAuthorPersons, setAuthorPersons, setClassCodes, setConfidentialityCodes, setEventCodes, setFormatCodes, setHealthcareFacilityTypeCodes, setPracticeSettingCodes, setTypeCodes, setTypedAuthorPersonsMethods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
FindDocumentsByTitleQuery
public FindDocumentsByTitleQuery() -
FindDocumentsByTitleQuery
-
-
Method Details
-
accept
Description copied from class:QueryAccept a visitor to process an instance of this class.- Overrides:
acceptin classFindDocumentsQuery- Parameters:
visitor- the visitor implementation.
-
setTypedAuthorInstitution
Allows to use a collection ofOrganizationinstead of a collection ofStringfor specifying the query parameter "$XDSDocumentEntryAuthorInstitution".- Parameters:
authorInstitution- a collection ofOrganizationobjects.
-
getTypedAuthorInstitution
Tries to return the query parameter "$XDSDocumentEntryAuthorInstitution" as a collection ofOrganizationinstead of a collection ofString. This may fail if SQL LIKE wildcards ("%", "_", etc.) are used in one or more elements.- Returns:
- a collection of
Organizationobjects.
-
equals
- Overrides:
equalsin classFindDocumentsQuery
-
canEqual
- Overrides:
canEqualin classFindDocumentsQuery
-
hashCode
public int hashCode()- Overrides:
hashCodein classFindDocumentsQuery
-
toString
- Overrides:
toStringin classFindDocumentsQuery
-
getTitle
-
setTitle
-
getAuthorInstitution
-
setAuthorInstitution
-