Uses of Interface
org.flowable.common.engine.api.history.HistoricData
Packages that use HistoricData
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
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.impl
Fields in org.flowable.engine.impl with type parameters of type HistoricDataModifier and TypeFieldDescriptionprotected List<HistoricData>
ProcessInstanceHistoryLogImpl.historicData
Methods in org.flowable.engine.impl that return types with arguments of type HistoricDataMethods in org.flowable.engine.impl with parameters of type HistoricDataModifier and TypeMethodDescriptionvoid
ProcessInstanceHistoryLogImpl.addHistoricData
(HistoricData historicEvent) Method parameters in org.flowable.engine.impl with type arguments of type HistoricDataModifier and TypeMethodDescriptionvoid
ProcessInstanceHistoryLogImpl.addHistoricData
(Collection<? extends HistoricData> historicEvents) -
Uses of HistoricData in org.flowable.engine.impl.persistence.entity
Subinterfaces of HistoricData in org.flowable.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
Classes in org.flowable.engine.impl.persistence.entity that implement HistoricDataModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
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.task.service.impl.persistence.entity
Subinterfaces of HistoricData in org.flowable.task.service.impl.persistence.entityClasses in org.flowable.task.service.impl.persistence.entity that implement HistoricData -
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. -
Uses of HistoricData in org.flowable.variable.service.impl.persistence.entity
Subinterfaces of HistoricData in org.flowable.variable.service.impl.persistence.entityClasses in org.flowable.variable.service.impl.persistence.entity that implement HistoricData