Uses of Enum Class
com.flowable.serviceregistry.engine.impl.invoker.db.QueryParameter.Operator
Packages that use QueryParameter.Operator
-
Uses of QueryParameter.Operator in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db declared as QueryParameter.OperatorModifier and TypeFieldDescriptionprotected QueryParameter.OperatorQueryColumnMapping.operatorprotected final QueryParameter.OperatorQueryParameter.operatorMethods in com.flowable.serviceregistry.engine.impl.invoker.db that return QueryParameter.OperatorModifier and TypeMethodDescriptionstatic QueryParameter.OperatorQueryColumnMapping.getOperator()QueryParameter.getOperator()static QueryParameter.OperatorReturns 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.Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter.OperatorModifier and TypeMethodDescriptionvoidQueryColumnMapping.setOperator(QueryParameter.Operator operator) Constructors in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter.OperatorModifierConstructorDescriptionQueryParameter(String columnName, QueryParameter.Operator operator, Object value)