Uses of Enum Class
com.flowable.serviceregistry.engine.impl.invoker.db.QueryParameter.Operator
-
Uses of QueryParameter.Operator in com.flowable.serviceregistry.engine.impl.invoker.db
Modifier and TypeFieldDescriptionprotected QueryParameter.Operator
QueryColumnMapping.operator
protected final QueryParameter.Operator
QueryParameter.operator
Modifier and TypeMethodDescriptionstatic QueryParameter.Operator
QueryColumnMapping.getOperator()
QueryParameter.getOperator()
static QueryParameter.Operator
Returns the enum constant of this class with the specified name.static QueryParameter.Operator[]
QueryParameter.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
QueryColumnMapping.setOperator
(QueryParameter.Operator operator) ModifierConstructorDescriptionQueryParameter
(String columnName, QueryParameter.Operator operator, Object value)