Package org.camunda.bpm.engine.history
package org.camunda.bpm.engine.history
Classes related to the
HistoryService
.-
ClassDescriptionDefines a report query for cleanable batches.This interface defines the result of Cleanable historic batch report.Defines a report query for cleanable case instances.This interface defines the result of Historic finished case instance report.Defines a report query for finished decision instances.This interface defines the result of Cleanable historic decision instance report.Defines a report query for cleanable process instances.This interface defines the result of Cleanable historic process instance report.Represents a report result about duration of completed instances for a given period.Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.Programmatic querying for
HistoricActivityInstance
s.Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.Programmatic querying forHistoricCaseActivityInstance
s.A single execution of a case definition that is stored permanently.Allows programmatic querying ofHistoricCaseInstance
s.Represents one input variable of a decision evaluation.Represents one evaluation of a decision.Allows programmatic querying ofHistoricDecisionInstance
s.Represents one output variable of a decision evaluation.Base class for all kinds of information that is related to either aHistoricProcessInstance
or aHistoricActivityInstance
.Programmatic querying forHistoricDetail
s.TheHistoricExternalTaskLog
is used to have a log containing information abouttask
execution.Historic form fieldsDeprecated.An historic identity link stores the association of a task with a certain identity.Represents a historicincident
that is stored permanently.TheHistoricJobLog
is used to have a log containing information aboutjob
execution.A single execution of a whole process definition that is stored permanently.Allows programmatic querying ofHistoricProcessInstance
s.Defines a report query forHistoricProcessInstance
s.Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.Allows programmatic querying forHistoricTaskInstance
s.A single process variable containing the last value when its process instance has finished.Programmatic querying forHistoricVariableInstance
s.Update of a process variable.Allows querying ofHistoricActivityInstanceQuery
s via native (SQL) queriesAllows querying ofHistoricCaseActivityInstance
s via native (SQL) queriesAllows querying ofHistoricCaseInstance
s via native (SQL) queriesAllows querying ofHistoricDecisionInstance
s via native (SQL) queries.Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesAllows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesAllows querying ofHistoricVariableInstanceQuery
s via native (SQL) queriesThis interface defines basic methods for resulting reports.Fluent builder to select the mode to set the removal time for historic batches.Fluent builder to select the mode to set the removal time for historic decision instances.Fluent builder to select the mode to set the removal time for historic process instances.Fluent builder to set the removal time to historic batches and all associated historic entities.Fluent builder to set the removal time to historic decision instances and all associated historic entities.Fluent builder to set the removal time to historic process instances and all associated historic entities.Log entry about an operation performed by a user.Programmatic querying forUserOperationLogEntry
instances.