Interface HistoricDetailVariableInstanceUpdateEntity
- All Superinterfaces:
Entity
,HasRevision
,HistoricData
,HistoricDetail
,HistoricDetailEntity
,HistoricVariableUpdate
,ValueFields
- All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntityImpl
public interface HistoricDetailVariableInstanceUpdateEntity
extends HistoricDetailEntity, ValueFields, HistoricVariableUpdate, Entity, HasRevision
- Author:
- Tom Baeyens, Joram Barrez
-
Method Summary
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.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
Methods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
Methods inherited from interface org.flowable.engine.history.HistoricVariableUpdate
getRevision, 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
-
setName
-
getByteArrayRef
ByteArrayRef getByteArrayRef() -
getVariableType
VariableType getVariableType() -
setVariableType
-