Interface HistoricVariableInstanceEntity
- All Superinterfaces:
Entity, HasRevision, HistoricData, HistoricVariableInstance, ValueFields
- All Known Implementing Classes:
HistoricVariableInstanceEntityImpl
public interface HistoricVariableInstanceEntity
extends ValueFields, HistoricVariableInstance, Entity, HasRevision
- Author:
- Christian Lipphardt (camunda), Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreateTime(Date createTime) voidsetExecutionId(String executionId) voidsetLastUpdatedTime(Date lastUpdatedTime) voidsetMetaInfo(String metaInfo) voidvoidsetProcessInstanceId(String processInstanceId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidvoidsetVariableType(VariableType variableType) Methods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface HistoricData
getTimeMethods inherited from interface HistoricVariableInstance
getCreateTime, getExecutionId, getId, getLastUpdatedTime, getMetaInfo, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getValue, getVariableName, getVariableTypeNameMethods inherited from interface ValueFields
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Method Details
-
getVariableType
VariableType getVariableType() -
setName
-
setVariableType
-
setProcessInstanceId
-
setTaskId
-
setCreateTime
-
setLastUpdatedTime
-
setExecutionId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
getByteArrayRef
ByteArrayRef getByteArrayRef() -
setMetaInfo
-