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 org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface org.flowable.common.engine.api.history.HistoricData
getTimeMethods inherited from interface org.flowable.variable.api.history.HistoricVariableInstance
getCreateTime, getExecutionId, getId, getLastUpdatedTime, getMetaInfo, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getValue, getVariableName, getVariableTypeNameMethods 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
-