Interface VariableInstance
- All Superinterfaces:
ValueFields
- All Known Subinterfaces:
VariableInstanceEntity
- All Known Implementing Classes:
TransientVariableInstance,VariableInstanceEntityImpl
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) voidvoidsetMetaInfo(String metaInfo) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) 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
-
setScopeDefinitionId
-
getScopeDefinitionId
String getScopeDefinitionId() -
getMetaInfo
String getMetaInfo() -
setMetaInfo
-