Class QueryVariableValue
java.lang.Object
org.flowable.variable.service.impl.QueryVariableValue
- All Implemented Interfaces:
Serializable
Represents a variable value used in queries.
- Author:
- Frederik Heremans
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryVariableValue
(String name, Object value, QueryOperator operator, boolean local) QueryVariableValue
(String name, Object value, QueryOperator operator, boolean local, String scopeType) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
initialize
(VariableValueProvider valueProvider) void
initialize
(VariableServiceConfiguration variableServiceConfiguration) boolean
isLocal()
boolean
-
Constructor Details
-
QueryVariableValue
-
QueryVariableValue
public QueryVariableValue(String name, Object value, QueryOperator operator, boolean local, String scopeType)
-
-
Method Details
-
initialize
-
initialize
-
getName
-
getOperator
-
getTextValue
-
getLongValue
-
getDoubleValue
-
getTextValue2
-
getType
-
needsTypeCheck
public boolean needsTypeCheck() -
isLocal
public boolean isLocal() -
getScopeType
-