Package org.camunda.bpm.engine.history

Classes related to the HistoryService.

See:
          Description

Interface Summary
HistoricActivityInstance Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
HistoricActivityInstanceQuery Programmatic querying for HistoricActivityInstances.
HistoricActivityStatistics  
HistoricActivityStatisticsQuery  
HistoricDetail Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricDetailQuery Programmatic querying for HistoricDetails.
HistoricFormField Historic form fields
HistoricFormProperty Deprecated.
HistoricIncident Represents a historic incident that is stored permanently.
HistoricIncidentQuery  
HistoricProcessInstance A single execution of a whole process definition that is stored permanently.
HistoricProcessInstanceQuery Allows programmatic querying of HistoricProcessInstances.
HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.
HistoricTaskInstanceQuery Allows programmatic querying for HistoricTaskInstances.
HistoricVariableInstance A single process variable containing the last value when its process instance has finished.
HistoricVariableInstanceQuery Programmatic querying for HistoricVariableInstances.
HistoricVariableUpdate Update of a process variable.
IncidentState  
NativeHistoricActivityInstanceQuery Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
NativeHistoricProcessInstanceQuery Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricTaskInstanceQuery Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
UserOperationLogEntry Log entry about an operation performed by a user.
UserOperationLogQuery Programmatic querying for UserOperationLogEntry instances.
 

Class Summary
IncidentState.IncidentStateImpl  
UserOperationLogContext Provides information about user operations.
 

Package org.camunda.bpm.engine.history Description

Classes related to the HistoryService.



Copyright © 2014 camunda services GmbH. All Rights Reserved.