public interface VariableInstance extends ValueFields
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getProcessDefinitionId() |
String |
getTypeName() |
Object |
getValue() |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTaskId(String taskId) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2String getId()
void setId(String id)
void setName(String name)
void setExecutionId(String executionId)
void setProcessInstanceId(String processInstanceId)
void setProcessDefinitionId(String processDefinitionId)
String getProcessDefinitionId()
Object getValue()
void setValue(Object value)
String getTypeName()
void setTypeName(String typeName)
void setTaskId(String taskId)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
Copyright © 2017 Flowable. All rights reserved.