| Package | Description |
|---|---|
| org.activiti.engine.history |
Classes related to the
HistoryService. |
| org.activiti.engine.impl.persistence.entity | |
| 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 | Class and Description |
|---|---|
class |
HistoricTaskInstanceEntity |
class |
TaskEntity |
| 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 © 2016 Alfresco. All rights reserved.