|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| 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.runtime | Classes related to the RuntimeService. |
| org.camunda.bpm.engine.task | Classes related to the TaskService. |
| Uses of Query in org.camunda.bpm.engine.authorization |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.authorization | |
|---|---|
interface |
AuthorizationQuery
|
| Uses of Query in org.camunda.bpm.engine.history |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.history | |
|---|---|
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. |
| Uses of Query in org.camunda.bpm.engine.identity |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.identity | |
|---|---|
interface |
GroupQuery
Allows to programmatically query for Groups. |
interface |
UserQuery
Allows programmatic querying of User |
| Uses of Query in org.camunda.bpm.engine.impl |
|---|
| Classes in org.camunda.bpm.engine.impl with type parameters of type Query | |
|---|---|
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. |
| Uses of Query in org.camunda.bpm.engine.impl.identity.db |
|---|
| Classes in org.camunda.bpm.engine.impl.identity.db that implement Query | |
|---|---|
class |
DbGroupQueryImpl
|
class |
DbUserQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.management |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.management | |
|---|---|
interface |
ActivityStatisticsQuery
|
interface |
DeploymentStatisticsQuery
|
interface |
JobDefinitionQuery
Allows programmatic querying of JobDefinitions. |
interface |
ProcessDefinitionStatisticsQuery
|
| Uses of Query in org.camunda.bpm.engine.query |
|---|
| Classes in org.camunda.bpm.engine.query with type parameters of type Query | |
|---|---|
interface |
Query<T extends Query<?,?>,U>
Describes basic methods for querying. |
| Uses of Query in org.camunda.bpm.engine.repository |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.repository | |
|---|---|
interface |
DeploymentQuery
Allows programmatic querying of Deployments. |
interface |
ProcessDefinitionQuery
Allows programmatic querying of ProcessDefinitions. |
| Uses of Query in org.camunda.bpm.engine.runtime |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.runtime | |
|---|---|
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
|
| Uses of Query in org.camunda.bpm.engine.task |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.task | |
|---|---|
interface |
TaskQuery
Allows programmatic querying of Tasks; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||