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

public abstract class StoredQuery extends Query
Base class for stored queries.
Author:
Jens Riemschneider
See Also:
  • Constructor Details

    • StoredQuery

      public StoredQuery()
      For JAXB serialization only.
    • StoredQuery

      protected StoredQuery(QueryType type)
      Constructs the query.
      Parameters:
      type - the type of the query.
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Query
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Query
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Query
    • toString

      public String toString()
      Overrides:
      toString in class Query
    • getHomeCommunityId

      public String getHomeCommunityId()
    • setHomeCommunityId

      public void setHomeCommunityId(String homeCommunityId)
    • getExtraParameters

      public Map<String,QueryList<String>> getExtraParameters()