Uses of Enum Class
org.flowable.variable.service.impl.QueryOperator
Packages that use QueryOperator
-
Uses of QueryOperator in org.flowable.variable.service.impl
Methods in org.flowable.variable.service.impl that return QueryOperatorModifier and TypeMethodDescriptionstatic QueryOperator
Returns the enum constant of this class with the specified name.static QueryOperator[]
QueryOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.variable.service.impl with parameters of type QueryOperatorModifier and TypeMethodDescriptionprotected void
AbstractVariableQueryImpl.addVariable
(String name, Object value, QueryOperator operator, boolean localScope) protected void
AbstractVariableQueryImpl.addVariable
(String name, Object value, QueryOperator operator, String scopeType, boolean localScope) Constructors in org.flowable.variable.service.impl with parameters of type QueryOperatorModifierConstructorDescriptionQueryVariableValue
(String name, Object value, QueryOperator operator, boolean local) QueryVariableValue
(String name, Object value, QueryOperator operator, boolean local, String scopeType)