Package org.camunda.bpm.engine.impl
Class QueryVariableValue
java.lang.Object
org.camunda.bpm.engine.impl.QueryVariableValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TaskQueryVariableValue
Represents a variable value used in queries.
- Author:
- Frederik Heremans
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected QueryOperator
protected static final long
protected TypedValue
protected AbstractQueryVariableValueCondition
protected boolean
protected boolean
-
Constructor Summary
ConstructorDescriptionQueryVariableValue
(String name, Object value, QueryOperator operator, boolean local) QueryVariableValue
(String name, Object value, QueryOperator operator, boolean local, boolean variableNameIgnoreCase, boolean variableValueIgnoreCase) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getValue()
int
hashCode()
void
initialize
(VariableSerializers serializers, String dbType) boolean
isLocal()
boolean
boolean
void
setVariableNameIgnoreCase
(boolean variableNameIgnoreCase) void
setVariableValueIgnoreCase
(boolean variableValueIgnoreCase)
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
name
-
value
-
operator
-
local
protected boolean local -
valueCondition
-
variableNameIgnoreCase
protected boolean variableNameIgnoreCase -
variableValueIgnoreCase
protected boolean variableValueIgnoreCase
-
-
Constructor Details
-
QueryVariableValue
-
QueryVariableValue
public QueryVariableValue(String name, Object value, QueryOperator operator, boolean local, boolean variableNameIgnoreCase, boolean variableValueIgnoreCase)
-
-
Method Details
-
initialize
-
getValueConditions
-
getName
-
getOperator
-
getOperatorName
-
getValue
-
getTypedValue
-
isLocal
public boolean isLocal() -
isVariableNameIgnoreCase
public boolean isVariableNameIgnoreCase() -
setVariableNameIgnoreCase
public void setVariableNameIgnoreCase(boolean variableNameIgnoreCase) -
isVariableValueIgnoreCase
public boolean isVariableValueIgnoreCase() -
setVariableValueIgnoreCase
public void setVariableValueIgnoreCase(boolean variableValueIgnoreCase) -
equals
-
hashCode
public int hashCode()
-