Uses of Package
org.camunda.bpm.engine.history

Packages that use org.camunda.bpm.engine.history
org.camunda.bpm.engine Public API of the camunda BPM engine.

Typical usage of the API starts by the creation of a ProcessEngineConfiguration (typically based on a configuration file), from which a ProcessEngine can be obtained.

Through the services obtained from such a ProcessEngine, BPM and workflow operation can be executed:

RepositoryService: Manages Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
 
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.query Classes related to the querying entities in the engine. 
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine
HistoricActivityInstanceQuery
          Programmatic querying for HistoricActivityInstances.
HistoricActivityStatisticsQuery
           
HistoricCaseActivityInstanceQuery
          Programmatic querying for HistoricCaseActivityInstances.
HistoricCaseActivityStatisticsQuery
           
HistoricCaseInstanceQuery
          Allows programmatic querying of HistoricCaseInstances.
HistoricDecisionInstanceQuery
          Allows programmatic querying of HistoricDecisionInstances.
HistoricDetailQuery
          Programmatic querying for HistoricDetails.
HistoricIdentityLinkLogQuery
           
HistoricIncidentQuery
           
HistoricJobLogQuery
           
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
HistoricProcessInstanceReport
          Defines a report query for HistoricProcessInstances.
HistoricTaskInstanceQuery
          Allows programmatic querying for HistoricTaskInstances.
HistoricTaskInstanceReport
           
HistoricVariableInstanceQuery
          Programmatic querying for HistoricVariableInstances.
NativeHistoricActivityInstanceQuery
          Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
NativeHistoricCaseActivityInstanceQuery
          Allows querying of HistoricCaseActivityInstances via native (SQL) queries
NativeHistoricCaseInstanceQuery
          Allows querying of HistoricCaseInstances via native (SQL) queries
NativeHistoricDecisionInstanceQuery
          Allows querying of HistoricDecisionInstances via native (SQL) queries.
NativeHistoricProcessInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricTaskInstanceQuery
          Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
UserOperationLogQuery
          Programmatic querying for UserOperationLogEntry instances.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.history
HistoricActivityInstanceQuery
          Programmatic querying for HistoricActivityInstances.
HistoricActivityStatisticsQuery
           
HistoricCaseActivityInstanceQuery
          Programmatic querying for HistoricCaseActivityInstances.
HistoricCaseInstanceQuery
          Allows programmatic querying of HistoricCaseInstances.
HistoricDecisionInputInstance
          Represents one input variable of a decision evaluation.
HistoricDecisionInstanceQuery
          Allows programmatic querying of HistoricDecisionInstances.
HistoricDecisionOutputInstance
          Represents one output variable of a decision evaluation.
HistoricDetail
          Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricDetailQuery
          Programmatic querying for HistoricDetails.
HistoricIdentityLinkLogQuery
           
HistoricIncidentQuery
           
HistoricJobLogQuery
           
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
HistoricProcessInstanceReport
          Defines a report query for HistoricProcessInstances.
HistoricTaskInstanceQuery
          Allows programmatic querying for HistoricTaskInstances.
HistoricTaskInstanceReport
           
HistoricTaskInstanceReportResult
           
HistoricVariableInstanceQuery
          Programmatic querying for HistoricVariableInstances.
IncidentState
           
JobState
           
ReportResult
          This interface defines basic methods for resulting reports.
UserOperationLogQuery
          Programmatic querying for UserOperationLogEntry instances.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl
DurationReportResult
          Represents a report result about duration of completed instances for a given period.
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
           
HistoricCaseActivityInstance
          Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.
HistoricCaseActivityInstanceQuery
          Programmatic querying for HistoricCaseActivityInstances.
HistoricCaseActivityStatistics
           
HistoricCaseActivityStatisticsQuery
           
HistoricCaseInstance
          A single execution of a case definition that is stored permanently.
HistoricCaseInstanceQuery
          Allows programmatic querying of HistoricCaseInstances.
HistoricDecisionInstance
          Represents one evaluation of a decision.
HistoricDecisionInstanceQuery
          Allows programmatic querying of HistoricDecisionInstances.
HistoricDetail
          Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricDetailQuery
          Programmatic querying for HistoricDetails.
HistoricIdentityLinkLog
          An historic identity link stores the association of a task with a certain identity.
HistoricIdentityLinkLogQuery
           
HistoricIncident
          Represents a historic incident that is stored permanently.
HistoricIncidentQuery
           
HistoricJobLog
          The HistoricJobLog is used to have a log containing information about job execution.
HistoricJobLogQuery
           
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
HistoricProcessInstanceReport
          Defines a report query for 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.
HistoricTaskInstanceReport
           
HistoricTaskInstanceReportResult
           
HistoricVariableInstance
          A single process variable containing the last value when its process instance has finished.
HistoricVariableInstanceQuery
          Programmatic querying for HistoricVariableInstances.
IncidentState
           
JobState
           
NativeHistoricActivityInstanceQuery
          Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
NativeHistoricCaseActivityInstanceQuery
          Allows querying of HistoricCaseActivityInstances via native (SQL) queries
NativeHistoricCaseInstanceQuery
          Allows querying of HistoricCaseInstances via native (SQL) queries
NativeHistoricDecisionInstanceQuery
          Allows querying of HistoricDecisionInstances 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.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.cfg
HistoricCaseInstance
          A single execution of a case definition that is stored permanently.
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
UserOperationLogEntry
          Log entry about an operation performed by a user.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.cfg.auth
HistoricCaseInstance
          A single execution of a case definition that is stored permanently.
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
UserOperationLogEntry
          Log entry about an operation performed by a user.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.cfg.multitenancy
HistoricCaseInstance
          A single execution of a case definition that is stored permanently.
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
UserOperationLogEntry
          Log entry about an operation performed by a user.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.history.event
HistoricDecisionInputInstance
          Represents one input variable of a decision evaluation.
HistoricDecisionInstance
          Represents one evaluation of a decision.
HistoricDecisionOutputInstance
          Represents one output variable of a decision evaluation.
UserOperationLogEntry
          Log entry about an operation performed by a user.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.history.producer
HistoricDecisionInputInstance
          Represents one input variable of a decision evaluation.
HistoricDecisionOutputInstance
          Represents one output variable of a decision evaluation.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.persistence.entity
DurationReportResult
          Represents a report result about duration of completed instances for a given period.
HistoricActivityInstance
          Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
HistoricActivityStatistics
           
HistoricCaseActivityInstance
          Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.
HistoricCaseActivityStatistics
           
HistoricCaseInstance
          A single execution of a case definition that is stored permanently.
HistoricDetail
          Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricFormField
          Historic form fields
HistoricFormProperty
          Deprecated. 
HistoricIdentityLinkLog
          An historic identity link stores the association of a task with a certain identity.
HistoricIncident
          Represents a historic incident that is stored permanently.
HistoricJobLog
          The HistoricJobLog is used to have a log containing information about job execution.
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
HistoricTaskInstance
          Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.
HistoricTaskInstanceReportResult
           
HistoricVariableInstance
          A single process variable containing the last value when its process instance has finished.
HistoricVariableUpdate
          Update of a process variable.
ReportResult
          This interface defines basic methods for resulting reports.
UserOperationLogEntry
          Log entry about an operation performed by a user.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.query
DurationReportResult
          Represents a report result about duration of completed instances for a given period.
 



Copyright © 2016 camunda services GmbH. All rights reserved.