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 org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface org.activiti.engine.history.HistoricData
getTimeMethods inherited from interface org.activiti.engine.history.HistoricVariableInstance
getCreateTime, getId, getLastUpdatedTime, getProcessInstanceId, getTaskId, getValue, getVariableName, getVariableTypeNameMethods inherited from interface org.activiti.engine.impl.variable.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()
-