Uses of Interface
org.operaton.bpm.engine.query.Query
Packages that use Query
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of 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.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.operaton.bpm.engine
Methods in org.operaton.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.operaton.bpm.engine with parameters of type Query -
Uses of Query in org.operaton.bpm.engine.authorization
Subinterfaces of Query in org.operaton.bpm.engine.authorization -
Uses of Query in org.operaton.bpm.engine.batch
Subinterfaces of Query in org.operaton.bpm.engine.batch -
Uses of Query in org.operaton.bpm.engine.batch.history
Subinterfaces of Query in org.operaton.bpm.engine.batch.history -
Uses of Query in org.operaton.bpm.engine.externaltask
Subinterfaces of Query in org.operaton.bpm.engine.externaltask -
Uses of Query in org.operaton.bpm.engine.filter
Subinterfaces of Query in org.operaton.bpm.engine.filterMethods in org.operaton.bpm.engine.filter with type parameters of type Query -
Uses of Query in org.operaton.bpm.engine.history
Subinterfaces of Query in org.operaton.bpm.engine.historyModifier and TypeInterfaceDescriptioninterfaceDefines a report query for cleanable batches.interfaceDefines a report query for cleanable case instances.interfaceDefines a report query for finished decision instances.interfaceDefines a report query for cleanable process instances.interfaceProgrammatic querying forHistoricActivityInstances.interfaceinterfaceProgrammatic querying forHistoricCaseActivityInstances.interfaceinterfaceAllows programmatic querying ofHistoricCaseInstances.interfaceAllows programmatic querying ofHistoricDecisionInstances.interfaceinterfaceProgrammatic querying forHistoricDetails.interfaceinterfaceinterfaceinterfaceinterfaceAllows programmatic querying ofHistoricProcessInstances.interfaceAllows programmatic querying forHistoricTaskInstances.interfaceProgrammatic querying forHistoricVariableInstances.interfaceProgrammatic querying forUserOperationLogEntryinstances. -
Uses of Query in org.operaton.bpm.engine.identity
Subinterfaces of Query in org.operaton.bpm.engine.identity -
Uses of Query in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl with type parameters of type QueryModifier and TypeClassDescriptionclassAbstractQuery<T extends Query<?,?>, U> Abstract superclass for all query types.classAbstractVariableQueryImpl<T extends Query<?,?>, U> Abstract query class that adds methods to query for variable values.Classes in org.operaton.bpm.engine.impl that implement QueryModifier and TypeClassDescriptionclassAbstractQuery<T extends Query<?,?>, U> Abstract superclass for all query types.classAbstractVariableQueryImpl<T extends Query<?,?>, U> Abstract query class that adds methods to query for variable values.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.operaton.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.operaton.bpm.engine.impl with parameters of type Query -
Uses of Query in org.operaton.bpm.engine.impl.batch
Classes in org.operaton.bpm.engine.impl.batch that implement Query -
Uses of Query in org.operaton.bpm.engine.impl.batch.history
Classes in org.operaton.bpm.engine.impl.batch.history that implement Query -
Uses of Query in org.operaton.bpm.engine.impl.cmd
Fields in org.operaton.bpm.engine.impl.cmd declared as QueryMethods in org.operaton.bpm.engine.impl.cmd that return QueryModifier and TypeMethodDescriptionprotected Query<?, ?> AbstractExecuteFilterCmd.getFilterQuery(CommandContext commandContext) Constructors in org.operaton.bpm.engine.impl.cmd with parameters of type QueryModifierConstructorDescriptionprotectedAbstractExecuteFilterCmd(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.operaton.bpm.engine.impl.cmmn.entity.repository
Classes in org.operaton.bpm.engine.impl.cmmn.entity.repository that implement Query -
Uses of Query in org.operaton.bpm.engine.impl.cmmn.entity.runtime
Classes in org.operaton.bpm.engine.impl.cmmn.entity.runtime that implement QueryModifier and TypeClassDescriptionclassclassclassThis query is currently not public API on purpose. -
Uses of Query in org.operaton.bpm.engine.impl.dmn.entity.repository
Classes in org.operaton.bpm.engine.impl.dmn.entity.repository that implement QueryModifier and TypeClassDescriptionclassclass -
Uses of Query in org.operaton.bpm.engine.impl.filter
Classes in org.operaton.bpm.engine.impl.filter that implement Query -
Uses of Query in org.operaton.bpm.engine.impl.identity.db
Classes in org.operaton.bpm.engine.impl.identity.db that implement QueryModifier and TypeClassDescriptionclassclassclass -
Uses of Query in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity with type parameters of type Query -
Uses of Query in org.operaton.bpm.engine.management
Subinterfaces of Query in org.operaton.bpm.engine.managementModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceAllows programmatic querying ofJobDefinitions.interfaceinterface -
Uses of Query in org.operaton.bpm.engine.query
Classes in org.operaton.bpm.engine.query with type parameters of type Query -
Uses of Query in org.operaton.bpm.engine.repository
Subinterfaces of Query in org.operaton.bpm.engine.repositoryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceAllows programmatic querying ofDeployments.interfaceAllows programmatic querying ofProcessDefinitions. -
Uses of Query in org.operaton.bpm.engine.rest.dto
Classes in org.operaton.bpm.engine.rest.dto with type parameters of type QueryModifier and TypeClassDescriptionclassAbstractQueryDto<T extends Query<?,?>> Defines common query operations, such as sorting options and validation. -
Uses of Query in org.operaton.bpm.engine.rest.dto.task
Methods in org.operaton.bpm.engine.rest.dto.task with parameters of type Query -
Uses of Query in org.operaton.bpm.engine.rest.impl
Methods in org.operaton.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.operaton.bpm.engine.rest.sub
Classes in org.operaton.bpm.engine.rest.sub with type parameters of type QueryModifier and TypeClassDescriptionclassAbstractResourceProvider<T extends Query<?,U>, U, DTO> Base class to unify the getResource(boolean deserialized) and getResourceBinary() methods for several subclasses.Methods in org.operaton.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.operaton.bpm.engine.rest.sub.history.impl
Methods in org.operaton.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.operaton.bpm.engine.rest.sub.runtime.impl
Methods in org.operaton.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 QueryFilterResourceImpl.convertQuery(String queryString) -
Uses of Query in org.operaton.bpm.engine.rest.util
Methods in org.operaton.bpm.engine.rest.util with type parameters of type QueryModifier and TypeMethodDescriptionMethods in org.operaton.bpm.engine.rest.util with parameters of type Query -
Uses of Query in org.operaton.bpm.engine.runtime
Subinterfaces of Query in org.operaton.bpm.engine.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceAllows querying of event subscriptions.interfaceAllows programmatic querying ofExecutions.interfaceinterfaceAllows programmatic querying ofJobs.interfaceAllows programmatic querying ofProcessInstances.interface -
Uses of Query in org.operaton.bpm.engine.task
Subinterfaces of Query in org.operaton.bpm.engine.task -
Uses of Query in org.operaton.bpm.engine.test.util
Methods in org.operaton.bpm.engine.test.util with parameters of type QueryModifier and TypeMethodDescriptionstatic voidQueryTestHelper.verifyQueryResults(Query<?, ?> query, int countExpected) -
Uses of Query in org.operaton.bpm.identity.impl.ldap
Classes in org.operaton.bpm.identity.impl.ldap that implement QueryModifier and TypeClassDescriptionclassclassSince multi-tenancy is not supported for the LDAP plugin, the query always returns0or an empty list.class -
Uses of Query in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that implement QueryModifier and TypeClassDescriptionstatic classstatic classstatic class