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
Represents a convenience stored query object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQueryGets the IPF StoredQuery object, which is being wrapped by this classvoidsetIpfStoredQuery(org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery ipfStoredQuery) Method to set
-
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:
getIpfQueryin interfaceStoredQueryInterface- 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
-