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.externaltask   
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.cmd   
org.camunda.bpm.engine.impl.cmd.batch   
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.impl.runtime   
org.camunda.bpm.engine.query Classes related to the querying entities in the engine. 
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine
CleanableHistoricCaseInstanceReport
          Defines a report query for cleanable case instances.
CleanableHistoricDecisionInstanceReport
          Defines a report query for finished decision instances.
CleanableHistoricProcessInstanceReport
          Defines a report query for cleanable process instances.
HistoricActivityInstanceQuery
          Programmatic querying for HistoricActivityInstances.
HistoricActivityStatisticsQuery
           
HistoricCaseActivityInstanceQuery
          Programmatic querying for HistoricCaseActivityInstances.
HistoricCaseActivityStatisticsQuery
           
HistoricCaseInstanceQuery
          Allows programmatic querying of HistoricCaseInstances.
HistoricDecisionInstanceQuery
          Allows programmatic querying of HistoricDecisionInstances.
HistoricDecisionInstanceStatisticsQuery
           
HistoricDetailQuery
          Programmatic querying for HistoricDetails.
HistoricExternalTaskLogQuery
           
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.externaltask
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.history
CleanableHistoricCaseInstanceReport
          Defines a report query for cleanable case instances.
CleanableHistoricDecisionInstanceReport
          Defines a report query for finished decision instances.
CleanableHistoricProcessInstanceReport
          Defines a report query for cleanable process instances.
ExternalTaskState
           
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.
HistoricDecisionInstanceStatisticsQuery
           
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.
HistoricExternalTaskLogQuery
           
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
CleanableHistoricCaseInstanceReport
          Defines a report query for cleanable case instances.
CleanableHistoricCaseInstanceReportResult
          This interface defines the result of Historic finished case instance report.
CleanableHistoricDecisionInstanceReport
          Defines a report query for finished decision instances.
CleanableHistoricDecisionInstanceReportResult
          This interface defines the result of Cleanable historic decision instance report.
CleanableHistoricProcessInstanceReport
          Defines a report query for cleanable process instances.
CleanableHistoricProcessInstanceReportResult
          This interface defines the result of Cleanable historic process instance report.
DurationReportResult
          Represents a report result about duration of completed instances for a given period.
ExternalTaskState
           
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.
HistoricDecisionInstanceStatistics
           
HistoricDecisionInstanceStatisticsQuery
           
HistoricDetail
          Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricDetailQuery
          Programmatic querying for HistoricDetails.
HistoricExternalTaskLog
          The HistoricExternalTaskLog is used to have a log containing information about task execution.
HistoricExternalTaskLogQuery
           
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.
HistoricDecisionInstance
          Represents one evaluation of a decision.
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.
HistoricDecisionInstance
          Represents one evaluation of a decision.
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.
HistoricDecisionInstance
          Represents one evaluation of a decision.
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.cmd
HistoricActivityInstance
          Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
HistoricProcessInstance
          A single execution of a whole process definition that is stored permanently.
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.cmd.batch
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.impl.history.event
CleanableHistoricDecisionInstanceReportResult
          This interface defines the result of Cleanable historic decision instance report.
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.
HistoricExternalTaskLog
          The HistoricExternalTaskLog is used to have a log containing information about task execution.
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
ExternalTaskState
           
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
CleanableHistoricCaseInstanceReportResult
          This interface defines the result of Historic finished case instance report.
CleanableHistoricDecisionInstanceReportResult
          This interface defines the result of Cleanable historic decision instance report.
CleanableHistoricProcessInstanceReportResult
          This interface defines the result of Cleanable historic process instance report.
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.
HistoricDecisionInstanceStatistics
           
HistoricDetail
          Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricExternalTaskLog
          The HistoricExternalTaskLog is used to have a log containing information about task execution.
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.impl.runtime
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
 

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.
 

Classes in org.camunda.bpm.engine.history used by org.camunda.bpm.engine.runtime
HistoricProcessInstanceQuery
          Allows programmatic querying of HistoricProcessInstances.
 



Copyright © 2017 camunda services GmbH. All rights reserved.