Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryType
Packages that use QueryType
-
Uses of QueryType in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return QueryTypeModifier and TypeMethodDescriptionQuery.getType()
static QueryType
Returns the enum constant of this class with the specified name.static QueryType
Returns a query type by its id.static QueryType[]
QueryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type QueryTypeModifierConstructorDescriptionprotected
DocumentsQuery
(QueryType type) protected
protected
FindDocumentsQuery
(QueryType type) protected
Constructs the query.protected
GetByIdQuery
(QueryType type) Constructs the query.protected
GetByUuidQuery
(QueryType type) Constructs the query.protected
Constructs the query.protected
PharmacyDocumentsQuery
(QueryType queryType) Constructs the query.protected
PharmacyStableDocumentsQuery
(QueryType queryType) Constructs the query.protected
Constructs the query.protected
StoredQuery
(QueryType type) Constructs the query.