Interface VariableInstance
- All Superinterfaces:
ValueFields
Generic variable class that can be reused for V6 and V5 engine.
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptiongetId()getValue()default booleanvoidsetExecutionId(String executionId) voidvoidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidvoidsetTypeName(String typeName) voidMethods inherited from interface org.flowable.variable.api.types.ValueFields
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Method Details
-
getId
String getId() -
setId
-
setName
-
setExecutionId
-
setProcessInstanceId
-
setProcessDefinitionId
-
getProcessDefinitionId
String getProcessDefinitionId() -
getValue
Object getValue() -
setValue
-
getTypeName
String getTypeName() -
setTypeName
-
isReadOnly
default boolean isReadOnly() -
setTaskId
-
setScopeId
-
setSubScopeId
-
setScopeType
-