Package org.activiti.engine.impl
Class QueryVariableValue
- java.lang.Object
-
- org.activiti.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetDoubleValue()LonggetLongValue()StringgetName()StringgetOperator()StringgetTextValue()StringgetTextValue2()StringgetType()voidinitialize(VariableTypes types)booleanisLocal()
-
-
-
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()
-
-