| Package | Description | 
|---|---|
| org.camunda.bpm.engine.history | 
 Classes related to the  
HistoryService. | 
| org.camunda.bpm.engine.identity | 
 classes related to the  
IdentityService. | 
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.query | 
 Classes related to the querying entities in the engine. 
 | 
| org.camunda.bpm.engine.runtime | 
 Classes related to the  
RuntimeService. | 
| org.camunda.bpm.engine.task | 
 Classes related to the  
TaskService. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NativeHistoricActivityInstanceQuery
Allows querying of  
HistoricActivityInstanceQuerys via native (SQL) queries | 
interface  | 
NativeHistoricCaseActivityInstanceQuery
Allows querying of  
HistoricCaseActivityInstances via native (SQL) queries | 
interface  | 
NativeHistoricCaseInstanceQuery
Allows querying of  
HistoricCaseInstances via native (SQL) queries | 
interface  | 
NativeHistoricDecisionInstanceQuery
Allows querying of  
HistoricDecisionInstances via native (SQL) queries. | 
interface  | 
NativeHistoricProcessInstanceQuery
Allows querying of  
HistoricTaskInstanceQuerys via native (SQL) queries | 
interface  | 
NativeHistoricTaskInstanceQuery
Allows querying of  
HistoricTaskInstanceQuerys via native (SQL) queries | 
interface  | 
NativeHistoricVariableInstanceQuery
Allows querying of  
HistoricVariableInstanceQuerys via native (SQL) queries | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NativeUserQuery
Allows querying of  
Users via native (SQL) queries | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types. 
 | 
class  | 
NativeExecutionQueryImpl  | 
class  | 
NativeHistoricActivityInstanceQueryImpl  | 
class  | 
NativeHistoricCaseActivityInstanceQueryImpl  | 
class  | 
NativeHistoricCaseInstanceQueryImpl  | 
class  | 
NativeHistoricProcessInstanceQueryImpl  | 
class  | 
NativeHistoricTaskInstanceQueryImpl  | 
class  | 
NativeHistoricVariableInstanceQueryImpl  | 
class  | 
NativeHistoryDecisionInstanceQueryImpl  | 
class  | 
NativeProcessInstanceQueryImpl  | 
class  | 
NativeTaskQueryImpl  | 
class  | 
NativeUserQueryImpl  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NativeQuery<T extends NativeQuery<?,?>,U>
Describes basic methods for doing native queries 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NativeExecutionQuery
Allows querying of  
Executions via native (SQL) queries | 
interface  | 
NativeProcessInstanceQuery
Allows querying of  
ProcessInstances via native (SQL) queries | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NativeTaskQuery
Allows querying of  
Tasks via native (SQL) queries | 
Copyright © 2019. All rights reserved.