Uses of Class
org.linuxforhealth.fhir.database.utils.query.Operator
-
-
Uses of Operator in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return Operator Modifier and Type Method Description static OperatorOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.database.utils.query with parameters of type Operator Modifier and Type Method Description TBaseWhereAdapter. operator(Operator op)Add the operator op to the expression -
Uses of Operator in org.linuxforhealth.fhir.persistence.jdbc.domain
Methods in org.linuxforhealth.fhir.persistence.jdbc.domain that return Operator Modifier and Type Method Description protected OperatorSearchQueryRenderer. getOperator(QueryParameter queryParameter)Get the operator we need to use for matching values for this parameterprotected OperatorSearchQueryRenderer. getOperator(QueryParameter queryParm, java.lang.String defaultOverride)Map the Modifier in the passed Parameter to a supported query operator. -
Uses of Operator in org.linuxforhealth.fhir.persistence.jdbc.util
Methods in org.linuxforhealth.fhir.persistence.jdbc.util with parameters of type Operator Modifier and Type Method Description static voidNewUriModifierUtil. generateAboveValuesQuery(WhereFragment expression, java.lang.String paramAlias, java.lang.String tableColumnName, java.lang.String searchValue, Operator operator)generates the uri:above query -
Uses of Operator in org.linuxforhealth.fhir.persistence.jdbc.util.type
Methods in org.linuxforhealth.fhir.persistence.jdbc.util.type that return Operator Modifier and Type Method Description static OperatorOperatorUtil. convert(java.lang.String op)Convert the operator string value to its enum equivalentstatic OperatorOperatorUtil. getOperator(QueryParameter queryParameter)Get the operator we need to use for matching values for this parameterstatic OperatorOperatorUtil. getOperator(QueryParameter queryParm, java.lang.String defaultOverride)Map the Modifier in the passed Parameter to a supported query operator.
-