| Package | Description | 
|---|---|
| org.activiti.engine.history | 
 Classes related to the  
HistoryService. | 
| org.activiti.engine.task | 
 Classes related to the  
TaskService. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
HistoricTaskInstance
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for 
 statistics, audit and other business intelligence purposes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>
Interface containing shared methods between the  
TaskQuery and the HistoricTaskInstanceQuery. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Task
Represents one task for a human user. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> | 
TaskInfoQueryWrapper.taskInfoQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> | 
TaskInfoQueryWrapper.getTaskInfoQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskInfoQueryWrapper.setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)  | 
| Constructor and Description | 
|---|
TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)  | 
Copyright © 2017 Flowable. All rights reserved.