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
HistoricActivityInstance s. |
interface |
HistoricActivityStatisticsQuery |
interface |
HistoricDetailQuery
Programmatic querying for
HistoricDetail s. |
interface |
HistoricIncidentQuery |
interface |
HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstance s. |
interface |
HistoricTaskInstanceQuery
Allows programmatic querying for
HistoricTaskInstance s. |
interface |
HistoricVariableInstanceQuery
Programmatic querying for
HistoricVariableInstance s. |
interface |
UserOperationLogQuery
Programmatic querying for
UserOperationLogEntry instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupQuery
Allows to programmatically query for
Group s. |
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
JobDefinition s. |
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
Deployment s. |
interface |
ProcessDefinitionQuery
Allows programmatic querying of
ProcessDefinition s. |
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
Execution s. |
interface |
IncidentQuery |
interface |
JobQuery
Allows programmatic querying of
Job s. |
interface |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
interface |
VariableInstanceQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskQuery
Allows programmatic querying of
Task s; |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupQuery |
class |
LdapUserQueryImpl |
Copyright © 2015. All rights reserved.