| Package | Description |
|---|---|
| org.camunda.bpm.engine.authorization | |
| 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.impl.identity.db | |
| org.camunda.bpm.engine.management |
Classes related to the
ManagementService. |
| org.camunda.bpm.engine.query |
Classes related to the querying entities in the engine.
|
| org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService. |
| org.camunda.bpm.engine.rest.dto | |
| org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService. |
| org.camunda.bpm.engine.task |
Classes related to the
TaskService. |
| org.camunda.bpm.identity.impl.ldap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationQuery |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricActivityInstanceQuery
Programmatic querying for
HistoricActivityInstances. |
interface |
HistoricActivityStatisticsQuery |
interface |
HistoricDetailQuery
Programmatic querying for
HistoricDetails. |
interface |
HistoricIncidentQuery |
interface |
HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstances. |
interface |
HistoricTaskInstanceQuery
Allows programmatic querying for
HistoricTaskInstances. |
interface |
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstances. |
interface |
UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
| 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 |
DbGroupQueryImpl |
class |
DbUserQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityStatisticsQuery |
interface |
DeploymentStatisticsQuery |
interface |
JobDefinitionQuery
Allows programmatic querying of
JobDefinitions. |
interface |
ProcessDefinitionStatisticsQuery |
| 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 |
ProcessDefinitionQuery
Allows programmatic querying of
ProcessDefinitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryDto<T extends Query<?,?>>
Defines common query operations, such as sorting options and validation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventSubscriptionQuery
Allows querying of event subscriptions.
|
interface |
ExecutionQuery
Allows programmatic querying of
Executions. |
interface |
IncidentQuery |
interface |
JobQuery
Allows programmatic querying of
Jobs. |
interface |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstances. |
interface |
VariableInstanceQuery |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskQuery
Allows programmatic querying of
Tasks; |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapGroupQuery |
class |
LdapUserQueryImpl |
Copyright © 2015. All rights reserved.