Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.db.QueryParameter.Operator
-
Packages that use QueryParameter.Operator Package Description com.flowable.serviceregistry.engine.impl.invoker.db -
-
Uses of QueryParameter.Operator in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db declared as QueryParameter.Operator Modifier and Type Field Description protected QueryParameter.Operator
QueryColumnMapping. operator
protected QueryParameter.Operator
QueryParameter. operator
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return QueryParameter.Operator Modifier and Type Method Description static QueryParameter.Operator
QueryParameter.Operator. from(String value)
QueryParameter.Operator
QueryColumnMapping. getOperator()
QueryParameter.Operator
QueryParameter. getOperator()
static QueryParameter.Operator
QueryParameter.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryParameter.Operator[]
QueryParameter.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter.Operator Modifier and Type Method Description void
QueryColumnMapping. setOperator(QueryParameter.Operator operator)
Constructors in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter.Operator Constructor Description QueryParameter(String columnName, QueryParameter.Operator operator, Object value)
-