Interface HistoricVariableInstanceEntity
- All Superinterfaces:
Entity, HasRevision, HistoricData, HistoricVariableInstance, ValueFields
- All Known Implementing Classes:
HistoricVariableInstanceEntityImpl
@Internal
public interface HistoricVariableInstanceEntity
extends ValueFields, HistoricVariableInstance, Entity, HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreateTime(Date createTime) voidsetExecutionId(String executionId) voidsetLastUpdatedTime(Date lastUpdatedTime) voidvoidsetProcessInstanceId(String processInstanceId) voidvoidsetVariableType(VariableType variableType) Methods inherited from interface Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface HistoricData
getTimeMethods inherited from interface HistoricVariableInstance
getCreateTime, getId, getLastUpdatedTime, getProcessInstanceId, getTaskId, getValue, getVariableName, getVariableTypeNameMethods inherited from interface ValueFields
getBytes, getCachedValue, getDoubleValue, getLongValue, getName, getProcessInstanceId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Method Details
-
getVariableType
VariableType getVariableType() -
setName
-
setVariableType
-
setProcessInstanceId
-
setTaskId
-
setCreateTime
-
setLastUpdatedTime
-
getExecutionId
String getExecutionId()- Specified by:
getExecutionIdin interfaceValueFields- Returns:
- the execution id of the variable
-
setExecutionId
-
getByteArrayRef
ByteArrayRef getByteArrayRef()
-