Uses of Interface
org.flowable.common.engine.api.history.HistoricData
Packages that use HistoricData
Package
Description
Classes related to the
HistoryService
.Classes related to the
RuntimeService
.Classes related to the
TaskService
.-
Uses of HistoricData in org.flowable.engine.history
Subinterfaces of HistoricData in org.flowable.engine.historyModifier and TypeInterfaceDescriptioninterface
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.interface
Base class for all kinds of information that is related to either aHistoricProcessInstance
or aHistoricActivityInstance
.interface
A single field that was submitted in either a start form or a task form.interface
Update of a process variable.Methods in org.flowable.engine.history that return types with arguments of type HistoricDataModifier and TypeMethodDescriptionProcessInstanceHistoryLog.getHistoricData()
The trail of data, ordered by date (ascending). -
Uses of HistoricData in org.flowable.engine.runtime
Subinterfaces of HistoricData in org.flowable.engine.runtimeModifier and TypeInterfaceDescriptioninterface
Represents one execution of an activity in the currently running process. -
Uses of HistoricData in org.flowable.engine.task
Subinterfaces of HistoricData in org.flowable.engine.taskModifier and TypeInterfaceDescriptioninterface
User comments that form discussions around tasks. -
Uses of HistoricData in org.flowable.task.api.history
Subinterfaces of HistoricData in org.flowable.task.api.historyModifier and TypeInterfaceDescriptioninterface
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes. -
Uses of HistoricData in org.flowable.variable.api.history
Subinterfaces of HistoricData in org.flowable.variable.api.historyModifier and TypeInterfaceDescriptioninterface
A single process variable containing the last value when its process instance has finished.