org.camunda.bpm.engine.impl
Class QueryVariableValue
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryVariableValue
public QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local)
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.