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 TypeInterfaceDescriptioninterfaceRepresents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.interfaceBase class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.interfaceA single field that was submitted in either a start form or a task form.interfaceUpdate 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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeInterfaceDescriptioninterfaceUser 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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeInterfaceDescriptioninterfaceA single process variable containing the last value when its process instance has finished.