Uses of Class
org.activiti.engine.impl.QueryOperator
-
Packages that use QueryOperator Package Description org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. -
-
Uses of QueryOperator in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return QueryOperator Modifier and Type Method Description static QueryOperator
QueryOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryOperator[]
QueryOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.activiti.engine.impl with parameters of type QueryOperator Modifier and Type Method Description protected void
AbstractVariableQueryImpl. addVariable(java.lang.String name, java.lang.Object value, QueryOperator operator, boolean localScope)
Constructors in org.activiti.engine.impl with parameters of type QueryOperator Constructor Description QueryVariableValue(java.lang.String name, java.lang.Object value, QueryOperator operator, boolean local)
TaskQueryVariableValue(java.lang.String name, java.lang.Object value, QueryOperator operator, boolean isTaskVariable)
-