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 TypeMethodDescriptionvoid
setCreateTime
(Date createTime) void
setExecutionId
(String executionId) void
setLastUpdatedTime
(Date lastUpdatedTime) void
setMetaInfo
(String metaInfo) void
void
setProcessInstanceId
(String processInstanceId) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSubScopeId
(String subScopeId) void
void
setVariableType
(VariableType variableType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface org.flowable.common.engine.api.history.HistoricData
getTime
Methods inherited from interface org.flowable.variable.api.history.HistoricVariableInstance
getCreateTime, getExecutionId, getId, getLastUpdatedTime, getMetaInfo, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getValue, getVariableName, getVariableTypeName
Methods 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
-
getVariableType
VariableType getVariableType() -
setName
-
setVariableType
-
setProcessInstanceId
-
setTaskId
-
setCreateTime
-
setLastUpdatedTime
-
setExecutionId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
getByteArrayRef
ByteArrayRef getByteArrayRef() -
setMetaInfo
-