org.camunda.bpm.engine.impl
Class TaskQueryVariableValue

java.lang.Object
  extended by org.camunda.bpm.engine.impl.QueryVariableValue
      extended by org.camunda.bpm.engine.impl.TaskQueryVariableValue
All Implemented Interfaces:
Serializable

public class TaskQueryVariableValue
extends QueryVariableValue

Represents a variable value used in a task query.

Author:
Frederik Heremans
See Also:
Serialized Form

Field Summary
protected  boolean isProcessInstanceVariable
           
 
Fields inherited from class org.camunda.bpm.engine.impl.QueryVariableValue
local, name, operator, value, valueCondition
 
Constructor Summary
TaskQueryVariableValue(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
          The parameters isTaskVariable and isProcessInstanceVariable have the following meaning:
 
Method Summary
 boolean isProcessInstanceVariable()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.QueryVariableValue
getName, getOperator, getOperatorName, getTypedValue, getValue, getValueConditions, initialize, isLocal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isProcessInstanceVariable

protected boolean isProcessInstanceVariable
Constructor Detail

TaskQueryVariableValue

public TaskQueryVariableValue(String name,
                              Object value,
                              QueryOperator operator,
                              boolean isTaskVariable,
                              boolean isProcessInstanceVariable)

The parameters isTaskVariable and isProcessInstanceVariable have the following meaning:

Method Detail

isProcessInstanceVariable

public boolean isProcessInstanceVariable()


Copyright © 2017 camunda services GmbH. All rights reserved.