Class BatchDeleteCaseConfig.VariableValueJsonNodeValueFields
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.delete.BatchDeleteCaseConfig.VariableValueJsonNodeValueFields
-
- All Implemented Interfaces:
org.flowable.variable.api.types.ValueFields
- Enclosing class:
- BatchDeleteCaseConfig
protected static class BatchDeleteCaseConfig.VariableValueJsonNodeValueFields extends Object implements org.flowable.variable.api.types.ValueFields
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.JsonNodenode
-
Constructor Summary
Constructors Constructor Description VariableValueJsonNodeValueFields(com.fasterxml.jackson.databind.JsonNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()ObjectgetCachedValue()DoublegetDoubleValue()StringgetExecutionId()LonggetLongValue()StringgetName()StringgetProcessInstanceId()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()StringgetTaskId()StringgetTextValue()StringgetTextValue2()voidsetBytes(byte[] bytes)voidsetCachedValue(Object cachedValue)voidsetDoubleValue(Double doubleValue)voidsetLongValue(Long longValue)voidsetTextValue(String textValue)voidsetTextValue2(String textValue2)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.flowable.variable.api.types.ValueFields
-
getProcessInstanceId
public String getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getExecutionId
public String getExecutionId()
- Specified by:
getExecutionIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
public String getSubScopeId()
- Specified by:
getSubScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceorg.flowable.variable.api.types.ValueFields
-
getTaskId
public String getTaskId()
- Specified by:
getTaskIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
public void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
public String getTextValue2()
- Specified by:
getTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
public void setTextValue2(String textValue2)
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
getLongValue
public Long getLongValue()
- Specified by:
getLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
public void setLongValue(Long longValue)
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
public Double getDoubleValue()
- Specified by:
getDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
- Specified by:
setDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
setBytes
public void setBytes(byte[] bytes)
- Specified by:
setBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
getCachedValue
public Object getCachedValue()
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
public void setCachedValue(Object cachedValue)
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
-