Uses of Class
org.camunda.bpm.engine.impl.QueryOperator

Packages that use QueryOperator
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
 

Uses of QueryOperator in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as QueryOperator
protected  QueryOperator QueryVariableValue.operator
           
 

Methods in org.camunda.bpm.engine.impl that return QueryOperator
 QueryOperator QueryVariableValue.getOperator()
           
static QueryOperator QueryOperator.valueOf(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.camunda.bpm.engine.impl with parameters of type QueryOperator
protected  void AbstractVariableQueryImpl.addVariable(String name, Object value, QueryOperator operator, boolean processInstanceScope)
           
 void TaskQueryImpl.addVariable(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
           
 

Constructors in org.camunda.bpm.engine.impl with parameters of type QueryOperator
QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
           
TaskQueryVariableValue(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
          The parameters isTaskVariable and isProcessInstanceVariable have the following meaning:
 



Copyright © 2016 camunda services GmbH. All rights reserved.