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 -
Constructor Summary
ConstructorsConstructorDescriptionVariableValueJsonNodeValueFields(com.fasterxml.jackson.databind.JsonNode node) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()getName()voidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDoubleValue(Double doubleValue) voidsetLongValue(Long longValue) voidsetTextValue(String textValue) voidsetTextValue2(String textValue2)
-
Field Details
-
node
protected final com.fasterxml.jackson.databind.JsonNode node
-
-
Constructor Details
-
VariableValueJsonNodeValueFields
public VariableValueJsonNodeValueFields(com.fasterxml.jackson.databind.JsonNode node)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.flowable.variable.api.types.ValueFields
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getExecutionId
- Specified by:
getExecutionIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeId
- Specified by:
getScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
- Specified by:
getScopeTypein interfaceorg.flowable.variable.api.types.ValueFields
-
getTaskId
- Specified by:
getTaskIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue
- Specified by:
getTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
- Specified by:
getTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
getLongValue
- Specified by:
getLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
- Specified by:
getDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- 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
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-