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

Constructor Summary
QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
           
 
Method Summary
 Double getDoubleValue()
           
 Long getLongValue()
           
 String getName()
           
 String getOperator()
           
 String getTextValue()
           
 String getTextValue2()
           
 String getType()
           
 void initialize(VariableTypes types)
           
 boolean isLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryVariableValue

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

initialize

public void initialize(VariableTypes types)

getName

public String getName()

getOperator

public String getOperator()

getTextValue

public String getTextValue()

getLongValue

public Long getLongValue()

getDoubleValue

public Double getDoubleValue()

getTextValue2

public String getTextValue2()

getType

public String getType()

isLocal

public boolean isLocal()


Copyright © 2014 camunda services GmbH. All Rights Reserved.