org.camunda.bpm.engine.impl
Class QueryVariableValue

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

public class QueryVariableValue
extends Object
implements Serializable

Represents a variable value used in queries.

Author:
Frederik Heremans
See Also:
Serialized Form

Field Summary
protected  boolean local
           
protected  String name
           
protected  QueryOperator operator
           
protected static long serialVersionUID
           
protected  org.camunda.bpm.engine.variable.value.TypedValue value
           
protected  AbstractQueryVariableValueCondition valueCondition
           
 
Constructor Summary
QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
           
 
Method Summary
 String getName()
           
 QueryOperator getOperator()
           
 String getOperatorName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
           
 Object getValue()
           
 List<SingleQueryVariableValueCondition> getValueConditions()
           
 void initialize(VariableSerializers serializers)
           
 boolean isLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values

name

protected String name

value

protected org.camunda.bpm.engine.variable.value.TypedValue value

operator

protected QueryOperator operator

local

protected boolean local

valueCondition

protected AbstractQueryVariableValueCondition valueCondition
Constructor Detail

QueryVariableValue

public QueryVariableValue(String name,
                          Object value,
                          QueryOperator operator,
                          boolean local)
Method Detail

initialize

public void initialize(VariableSerializers serializers)

getValueConditions

public List<SingleQueryVariableValueCondition> getValueConditions()

getName

public String getName()

getOperator

public QueryOperator getOperator()

getOperatorName

public String getOperatorName()

getValue

public Object getValue()

getTypedValue

public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()

isLocal

public boolean isLocal()


Copyright © 2018 camunda services GmbH. All rights reserved.