Package org.camunda.bpm.engine.impl
Class SingleQueryVariableValueCondition
java.lang.Object
org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
- All Implemented Interfaces:
Nameable
,ValueFields
public class SingleQueryVariableValueCondition
extends AbstractQueryVariableValueCondition
implements ValueFields
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected Double
protected boolean
protected Long
protected String
protected String
protected String
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
wrappedQueryValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TypedValueSerializer
determineSerializer
(VariableSerializers serializers, TypedValue value) byte[]
boolean
getName()
getType()
void
initializeValue
(VariableSerializers serializers, String dbType) void
initializeValue
(VariableSerializers serializers, TypedValue typedValue, String dbType) void
setByteArrayValue
(byte[] bytes) void
setDoubleValue
(Double doubleValue) void
setFindNulledEmptyStrings
(boolean findNulledEmptyStrings) void
setLongValue
(Long longValue) void
setTextValue
(String textValue) void
setTextValue2
(String textValue2)
-
Field Details
-
textValue
-
textValue2
-
longValue
-
doubleValue
-
type
-
findNulledEmptyStrings
protected boolean findNulledEmptyStrings
-
-
Constructor Details
-
SingleQueryVariableValueCondition
-
-
Method Details
-
initializeValue
- Specified by:
initializeValue
in classAbstractQueryVariableValueCondition
-
initializeValue
-
determineSerializer
protected TypedValueSerializer determineSerializer(VariableSerializers serializers, TypedValue value) -
getDisjunctiveConditions
- Specified by:
getDisjunctiveConditions
in classAbstractQueryVariableValueCondition
-
getName
-
getTextValue
- Specified by:
getTextValue
in interfaceValueFields
-
setTextValue
- Specified by:
setTextValue
in interfaceValueFields
-
getTextValue2
- Specified by:
getTextValue2
in interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceValueFields
-
getLongValue
- Specified by:
getLongValue
in interfaceValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceValueFields
-
getDoubleValue
- Specified by:
getDoubleValue
in interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceValueFields
-
getByteArrayValue
public byte[] getByteArrayValue()- Specified by:
getByteArrayValue
in interfaceValueFields
-
setByteArrayValue
public void setByteArrayValue(byte[] bytes) - Specified by:
setByteArrayValue
in interfaceValueFields
-
getType
-
getFindNulledEmptyStrings
public boolean getFindNulledEmptyStrings() -
setFindNulledEmptyStrings
public void setFindNulledEmptyStrings(boolean findNulledEmptyStrings)
-