Uses of Interface
org.camunda.bpm.engine.query.Query
Packages that use Query
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.Classes related to the
HistoryService
.classes related to the
IdentityService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService
.Classes related to the querying entities in the engine.
Classes related to the
RepositoryService
.Classes related to the
RuntimeService
.Classes related to the
TaskService
.-
Uses of Query in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine with type parameters of type QueryModifier and TypeMethodDescriptionExecutes the extended query of a filter and returns the result as list.Executes the extended query of a filter and returns the result in the given boundaries as list.<T,
Q extends Query<?, T>>
TFilterService.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 -
Uses of Query in org.camunda.bpm.engine.authorization
Subinterfaces of Query in org.camunda.bpm.engine.authorization -
Uses of Query in org.camunda.bpm.engine.batch
Subinterfaces of Query in org.camunda.bpm.engine.batch -
Uses of Query in org.camunda.bpm.engine.batch.history
Subinterfaces of Query in org.camunda.bpm.engine.batch.history -
Uses of Query in org.camunda.bpm.engine.externaltask
Subinterfaces of Query in org.camunda.bpm.engine.externaltask -
Uses of Query in org.camunda.bpm.engine.filter
Subinterfaces of Query in org.camunda.bpm.engine.filterMethods in org.camunda.bpm.engine.filter with type parameters of type Query -
Uses of Query in org.camunda.bpm.engine.history
Subinterfaces of Query in org.camunda.bpm.engine.historyModifier and TypeInterfaceDescriptioninterface
Defines a report query for cleanable batches.interface
Defines a report query for cleanable case instances.interface
Defines a report query for finished decision instances.interface
Defines a report query for cleanable process instances.interface
Programmatic querying forHistoricActivityInstance
s.interface
interface
Programmatic querying forHistoricCaseActivityInstance
s.interface
interface
Allows programmatic querying ofHistoricCaseInstance
s.interface
Allows programmatic querying ofHistoricDecisionInstance
s.interface
interface
Programmatic querying forHistoricDetail
s.interface
interface
interface
interface
interface
Allows programmatic querying ofHistoricProcessInstance
s.interface
Allows programmatic querying forHistoricTaskInstance
s.interface
Programmatic querying forHistoricVariableInstance
s.interface
Programmatic querying forUserOperationLogEntry
instances. -
Uses of Query in org.camunda.bpm.engine.identity
Subinterfaces of Query in org.camunda.bpm.engine.identity -
Uses of Query in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl with type parameters of type QueryModifier and TypeClassDescriptionclass
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.Classes in org.camunda.bpm.engine.impl that implement QueryModifier and TypeClassDescriptionclass
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
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.camunda.bpm.engine.impl with type parameters of type QueryModifier and TypeMethodDescription<T,
Q extends Query<?, T>>
TFilterServiceImpl.singleResult
(String filterId, Q extendingQuery) Methods in org.camunda.bpm.engine.impl with parameters of type Query -
Uses of Query in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement Query -
Uses of Query in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement Query -
Uses of Query in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as QueryMethods in org.camunda.bpm.engine.impl.cmd that return QueryModifier and TypeMethodDescriptionprotected Query<?,
?> AbstractExecuteFilterCmd.getFilterQuery
(CommandContext commandContext) Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type QueryModifierConstructorDescriptionAbstractExecuteFilterCmd
(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 -
Uses of Query in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement QueryModifier and TypeClassDescriptionclass
class
class
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 QueryModifier and TypeClassDescriptionclass
class
-
Uses of Query in org.camunda.bpm.engine.impl.filter
Classes in org.camunda.bpm.engine.impl.filter that implement Query -
Uses of Query in org.camunda.bpm.engine.impl.identity.db
Classes in org.camunda.bpm.engine.impl.identity.db that implement QueryModifier and TypeClassDescriptionclass
class
class
-
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 -
Uses of Query in org.camunda.bpm.engine.management
Subinterfaces of Query in org.camunda.bpm.engine.managementModifier and TypeInterfaceDescriptioninterface
interface
interface
Allows programmatic querying ofJobDefinition
s.interface
interface
-
Uses of Query in org.camunda.bpm.engine.query
Classes in org.camunda.bpm.engine.query with type parameters of type Query -
Uses of Query in org.camunda.bpm.engine.repository
Subinterfaces of Query in org.camunda.bpm.engine.repositoryModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Allows programmatic querying ofDeployment
s.interface
Allows programmatic querying ofProcessDefinition
s. -
Uses of Query in org.camunda.bpm.engine.rest.dto
Classes in org.camunda.bpm.engine.rest.dto with type parameters of type QueryModifier and TypeClassDescriptionclass
AbstractQueryDto<T extends Query<?,
?>> Defines common query operations, such as sorting options and validation. -
Uses of Query in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type Query -
Uses of Query in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with type parameters of type QueryModifier and TypeMethodDescriptionprotected <T extends Query<?,
?>, R extends AbstractQueryDto<T>>
TProcessInstanceRestServiceImpl.toQuery
(R query) -
Uses of Query in org.camunda.bpm.engine.rest.sub
Classes in org.camunda.bpm.engine.rest.sub with type parameters of type QueryModifier and TypeClassDescriptionclass
AbstractResourceProvider<T extends Query<?,
U>, U, DTO> Base class to unify the getResource(boolean deserialized) and getResourceBinary() methods for several subclasses.Methods in org.camunda.bpm.engine.rest.sub that return QueryModifier and TypeMethodDescriptionAbstractResourceProvider.baseQueryForBinaryVariable()
Create the query we need for fetching the desired result.AbstractResourceProvider.baseQueryForVariable
(boolean deserializeObjectValue) TODO change comment Create the query we need for fetching the desired result. -
Uses of Query in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return QueryModifier and TypeMethodDescriptionprotected Query<HistoricDetailQuery,
HistoricDetail> HistoricDetailResourceImpl.baseQueryForBinaryVariable()
HistoricVariableInstanceResourceImpl.baseQueryForBinaryVariable()
protected Query<HistoricDetailQuery,
HistoricDetail> HistoricDetailResourceImpl.baseQueryForVariable
(boolean deserializeObjectValue) HistoricVariableInstanceResourceImpl.baseQueryForVariable
(boolean deserializeObjectValue) -
Uses of Query in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return QueryModifier and TypeMethodDescriptionprotected Query<VariableInstanceQuery,
VariableInstance> VariableInstanceResourceImpl.baseQueryForBinaryVariable()
protected Query<VariableInstanceQuery,
VariableInstance> VariableInstanceResourceImpl.baseQueryForVariable
(boolean deserializeObjectValue) protected Query
FilterResourceImpl.convertQuery
(String queryString) -
Uses of Query in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with type parameters of type QueryModifier and TypeMethodDescriptionMethods in org.camunda.bpm.engine.rest.util with parameters of type Query -
Uses of Query in org.camunda.bpm.engine.runtime
Subinterfaces of Query in org.camunda.bpm.engine.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
Allows querying of event subscriptions.interface
Allows programmatic querying ofExecution
s.interface
interface
Allows programmatic querying ofJob
s.interface
Allows programmatic querying ofProcessInstance
s.interface
-
Uses of Query in org.camunda.bpm.engine.task
Subinterfaces of Query in org.camunda.bpm.engine.task -
Uses of Query in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement QueryModifier and TypeClassDescriptionclass
class
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.class
-
Uses of Query in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that implement QueryModifier and TypeClassDescriptionstatic class
static class
static class