Class AbstractStoredQuery

java.lang.Object
org.projecthusky.communication.xd.storedquery.AbstractStoredQuery
All Implemented Interfaces:
StoredQueryInterface
Direct Known Subclasses:
FindDocumentsQuery, FindDocumentsQuery, FindFoldersStoredQuery, GetDocumentsQuery, GetFolderAndContentsQuery, GetFolderAndContentsQuery, GetRelatedDocumentsQuery

public abstract class AbstractStoredQuery extends Object implements StoredQueryInterface
Represents a convenience stored query object
  • Constructor Details

    • AbstractStoredQuery

      public AbstractStoredQuery()
  • Method Details

    • getIpfQuery

      public org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery getIpfQuery()
      Gets the IPF StoredQuery object, which is being wrapped by this class
      Specified by:
      getIpfQuery in interface StoredQueryInterface
      Returns:
      the IPF StoredQuery
    • setIpfStoredQuery

      public void setIpfStoredQuery(org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery ipfStoredQuery)
      Method to set
      Parameters:
      ipfStoredQuery - the ipfStoredQuery to set