| Package | Description | 
|---|---|
| org.activiti.engine.history | 
 Classes related to the  
HistoryService. | 
| org.activiti.engine.identity | 
 classes related to the  
IdentityService. | 
| org.activiti.engine.query | 
 Classes related to the querying entities in the engine. 
 | 
| org.activiti.engine.repository | 
 Classes related to the  
RepositoryService. | 
| org.activiti.engine.runtime | 
 Classes related to the  
RuntimeService. | 
| org.activiti.engine.task | 
 Classes related to the  
TaskService. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
HistoricActivityInstanceQuery
Programmatic querying for  
HistoricActivityInstances. | 
interface  | 
HistoricDetailQuery
Programmatic querying for  
HistoricDetails. | 
interface  | 
HistoricProcessInstanceQuery
Allows programmatic querying of  
HistoricProcessInstances. | 
interface  | 
HistoricTaskInstanceQuery
Allows programmatic querying for  
HistoricTaskInstances. | 
interface  | 
HistoricVariableInstanceQuery
Programmatic querying for  
HistoricVariableInstances. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GroupQuery
Allows to programmatically query for  
Groups. | 
interface  | 
UserQuery
Allows programmatic querying of  
User | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Query<T extends Query<?,?>,U>
Describes basic methods for querying. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DeploymentQuery
Allows programmatic querying of  
Deployments. | 
interface  | 
ModelQuery
Allows programmatic querying of  
Models. | 
interface  | 
ProcessDefinitionQuery
Allows programmatic querying of  
ProcessDefinitions. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExecutionQuery
Allows programmatic querying of  
Executions. | 
interface  | 
JobQuery
Allows programmatic querying of  
Jobs. | 
interface  | 
ProcessInstanceQuery
Allows programmatic querying of  
ProcessInstances. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>
Interface containing shared methods between the  
TaskQuery and the HistoricTaskInstanceQuery. | 
interface  | 
TaskQuery
Allows programmatic querying of  
Tasks; | 
Copyright © 2017 Flowable. All rights reserved.