| Package | Description |
|---|---|
| org.activiti.engine.history |
Classes related to the
HistoryService. |
| org.activiti.engine.identity |
classes related to the
IdentityService. |
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| 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 | Class and Description |
|---|---|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
class |
AbstractVariableQueryImpl<T extends Query<?,?>,U>
Abstract query class that adds methods to query for variable values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
class |
AbstractVariableQueryImpl<T extends Query<?,?>,U>
Abstract query class that adds methods to query for variable values.
|
class |
DeploymentQueryImpl |
class |
EventSubscriptionQueryImpl |
class |
ExecutionQueryImpl |
class |
GroupQueryImpl |
class |
HistoricActivityInstanceQueryImpl |
class |
HistoricDetailQueryImpl |
class |
HistoricProcessInstanceQueryImpl |
class |
HistoricTaskInstanceQueryImpl |
class |
HistoricVariableInstanceQueryImpl |
class |
JobQueryImpl |
class |
ModelQueryImpl |
class |
ProcessDefinitionQueryImpl |
class |
ProcessInstanceQueryImpl |
class |
TaskQueryImpl |
class |
UserQueryImpl |
| 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 © 2016 Alfresco. All rights reserved.