public interface HistoricVariableInstanceEntity extends ValueFields, HistoricVariableInstance, Entity, HasRevision
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getByteArrayRef() |
VariableType |
getVariableType() |
void |
setCreateTime(Date createTime) |
void |
setExecutionId(String executionId) |
void |
setLastUpdatedTime(Date lastUpdatedTime) |
void |
setName(String name) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTaskId(String taskId) |
void |
setVariableType(VariableType variableType) |
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2getCreateTime, getId, getLastUpdatedTime, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getValue, getVariableName, getVariableTypeNamegetTimegetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionVariableType getVariableType()
void setName(String name)
void setVariableType(VariableType variableType)
void setProcessInstanceId(String processInstanceId)
void setTaskId(String taskId)
void setCreateTime(Date createTime)
void setLastUpdatedTime(Date lastUpdatedTime)
void setExecutionId(String executionId)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
ByteArrayRef getByteArrayRef()
Copyright © 2021 Flowable. All rights reserved.