Package org.flowable.engine.history
Interface HistoricVariableUpdate
-
- All Superinterfaces:
HistoricData,HistoricDetail
- All Known Subinterfaces:
HistoricDetailVariableInstanceUpdateEntity
- All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntityImpl
public interface HistoricVariableUpdate extends HistoricDetail
Update of a process variable. This is only available if history level is configured to FULL.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRevision()ObjectgetValue()StringgetVariableName()StringgetVariableTypeName()-
Methods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
-