|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Query in org.camunda.bpm.engine |
|---|
| Methods in org.camunda.bpm.engine with type parameters of type Query | ||
|---|---|---|
|
FilterService.list(String filterId,
Q extendingQuery)
Executes the extended query of a filter and returns the result as list. |
|
|
FilterService.listPage(String filterId,
Q extendingQuery,
int firstResult,
int maxResults)
Executes the extended query of a filter and returns the result in the given boundaries as list. |
|
|
FilterService.singleResult(String filterId,
Q extendingQuery)
Executes the extended query of the filter and returns the a single result. |
|
| Methods in org.camunda.bpm.engine with parameters of type Query | |
|---|---|
Long |
FilterService.count(String filterId,
Query<?,?> extendingQuery)
Executes the extended query of the filter and returns the result count. |
| 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.batch |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.batch | |
|---|---|
interface |
BatchQuery
Query for Batch instances. |
interface |
BatchStatisticsQuery
|
| Uses of Query in org.camunda.bpm.engine.batch.history |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.batch.history | |
|---|---|
interface |
HistoricBatchQuery
Query for HistoricBatch instances. |
| Uses of Query in org.camunda.bpm.engine.externaltask |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.externaltask | |
|---|---|
interface |
ExternalTaskQuery
|
| Uses of Query in org.camunda.bpm.engine.filter |
|---|
| Subinterfaces of Query in org.camunda.bpm.engine.filter | |
|---|---|
interface |
FilterQuery
|
| Methods in org.camunda.bpm.engine.filter with type parameters of type Query | ||
|---|---|---|
|
Filter.extend(T extendingQuery)
Extends the query with the additional query. |
|
|
Filter.getQuery()
|
|
|
Filter.setQuery(T query)
|
|
| Uses of Query in org.camunda.bpm.engine.history |
|---|
| 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 |
TenantQuery
Allows to programmatically query for Tenants. |
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. |
| Methods in org.camunda.bpm.engine.impl with type parameters of type Query | ||
|---|---|---|
|
FilterServiceImpl.list(String filterId,
Q extendingQuery)
|
|
|
FilterServiceImpl.listPage(String filterId,
Q extendingQuery,
int firstResult,
int maxResults)
|
|
|
FilterServiceImpl.singleResult(String filterId,
Q extendingQuery)
|
|
| Methods in org.camunda.bpm.engine.impl with parameters of type Query | |
|---|---|
Long |
FilterServiceImpl.count(String filterId,
Query<?,?> extendingQuery)
|
| Uses of Query in org.camunda.bpm.engine.impl.batch |
|---|
| Classes in org.camunda.bpm.engine.impl.batch that implement Query | |
|---|---|
class |
BatchQueryImpl
|
class |
BatchStatisticsQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.impl.batch.history |
|---|
| Classes in org.camunda.bpm.engine.impl.batch.history that implement Query | |
|---|---|
class |
HistoricBatchQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.impl.cmd |
|---|
| Fields in org.camunda.bpm.engine.impl.cmd declared as Query | |
|---|---|
protected Query<?,?> |
AbstractExecuteFilterCmd.extendingQuery
|
| Methods in org.camunda.bpm.engine.impl.cmd that return Query | |
|---|---|
protected Query<?,?> |
AbstractExecuteFilterCmd.getFilterQuery(CommandContext commandContext)
|
| Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type Query | |
|---|---|
AbstractExecuteFilterCmd(String filterId,
Query<?,?> extendingQuery)
|
|
ExecuteFilterCountCmd(String filterId,
Query<?,?> extendingQuery)
|
|
ExecuteFilterListCmd(String filterId,
Query<?,?> extendingQuery)
|
|
ExecuteFilterListPageCmd(String filterId,
Query<?,?> extendingQuery,
int firstResult,
int maxResults)
|
|
ExecuteFilterSingleResultCmd(String filterId,
Query<?,?> extendingQuery)
|
|
| Uses of Query in org.camunda.bpm.engine.impl.cmmn.entity.repository |
|---|
| Classes in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement Query | |
|---|---|
class |
CaseDefinitionQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.impl.cmmn.entity.runtime |
|---|
| Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement Query | |
|---|---|
class |
CaseExecutionQueryImpl
|
class |
CaseInstanceQueryImpl
|
class |
CaseSentryPartQueryImpl
This query is currently not public API on purpose. |
| Uses of Query in org.camunda.bpm.engine.impl.dmn.entity.repository |
|---|
| Classes in org.camunda.bpm.engine.impl.dmn.entity.repository that implement Query | |
|---|---|
class |
DecisionDefinitionQueryImpl
|
class |
DecisionRequirementsDefinitionQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.impl.filter |
|---|
| Classes in org.camunda.bpm.engine.impl.filter that implement Query | |
|---|---|
class |
FilterQueryImpl
|
| 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 |
DbTenantQueryImpl
|
class |
DbUserQueryImpl
|
| Uses of Query in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type Query | ||
|---|---|---|
|
FilterEntity.extend(T extendingQuery)
|
|
|
FilterEntity.getQuery()
|
|
|
FilterEntity.setQuery(T query)
|
|
| 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 |
CaseDefinitionQuery
|
interface |
DecisionDefinitionQuery
|
interface |
DecisionRequirementsDefinitionQuery
|
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 |
CaseExecutionQuery
|
interface |
CaseInstanceQuery
|
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 | |||||||||