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
Fields Modifier and Type Field Description protected DoubledoubleValueprotected booleanfindNulledEmptyStringsprotected LonglongValueprotected StringtextValueprotected StringtextValue2protected Stringtype-
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
wrappedQueryValue
-
-
Constructor Summary
Constructors Constructor Description SingleQueryVariableValueCondition(QueryVariableValue variableValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypedValueSerializerdetermineSerializer(VariableSerializers serializers, TypedValue value)byte[]getByteArrayValue()List<SingleQueryVariableValueCondition>getDisjunctiveConditions()DoublegetDoubleValue()booleangetFindNulledEmptyStrings()LonggetLongValue()StringgetName()StringgetTextValue()StringgetTextValue2()StringgetType()voidinitializeValue(VariableSerializers serializers, String dbType)voidinitializeValue(VariableSerializers serializers, TypedValue typedValue, String dbType)voidsetByteArrayValue(byte[] bytes)voidsetDoubleValue(Double doubleValue)voidsetFindNulledEmptyStrings(boolean findNulledEmptyStrings)voidsetLongValue(Long longValue)voidsetTextValue(String textValue)voidsetTextValue2(String textValue2)
-
-
-
Constructor Detail
-
SingleQueryVariableValueCondition
public SingleQueryVariableValueCondition(QueryVariableValue variableValue)
-
-
Method Detail
-
initializeValue
public void initializeValue(VariableSerializers serializers, String dbType)
- Specified by:
initializeValuein classAbstractQueryVariableValueCondition
-
initializeValue
public void initializeValue(VariableSerializers serializers, TypedValue typedValue, String dbType)
-
determineSerializer
protected TypedValueSerializer determineSerializer(VariableSerializers serializers, TypedValue value)
-
getDisjunctiveConditions
public List<SingleQueryVariableValueCondition> getDisjunctiveConditions()
- Specified by:
getDisjunctiveConditionsin classAbstractQueryVariableValueCondition
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceValueFields
-
setTextValue
public void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceValueFields
-
getTextValue2
public String getTextValue2()
- Specified by:
getTextValue2in interfaceValueFields
-
setTextValue2
public void setTextValue2(String textValue2)
- Specified by:
setTextValue2in interfaceValueFields
-
getLongValue
public Long getLongValue()
- Specified by:
getLongValuein interfaceValueFields
-
setLongValue
public void setLongValue(Long longValue)
- Specified by:
setLongValuein interfaceValueFields
-
getDoubleValue
public Double getDoubleValue()
- Specified by:
getDoubleValuein interfaceValueFields
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
- Specified by:
setDoubleValuein interfaceValueFields
-
getByteArrayValue
public byte[] getByteArrayValue()
- Specified by:
getByteArrayValuein interfaceValueFields
-
setByteArrayValue
public void setByteArrayValue(byte[] bytes)
- Specified by:
setByteArrayValuein interfaceValueFields
-
getType
public String getType()
-
getFindNulledEmptyStrings
public boolean getFindNulledEmptyStrings()
-
setFindNulledEmptyStrings
public void setFindNulledEmptyStrings(boolean findNulledEmptyStrings)
-
-