Uses of Class
org.camunda.bpm.engine.impl.AbstractQuery
-
Packages that use AbstractQuery Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.batch.history org.camunda.bpm.engine.impl.cmmn.entity.repository org.camunda.bpm.engine.impl.cmmn.entity.runtime org.camunda.bpm.engine.impl.dmn.entity.repository org.camunda.bpm.engine.impl.filter org.camunda.bpm.engine.impl.identity.db org.camunda.bpm.engine.impl.persistence org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.identity.impl.ldap -
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl with type parameters of type AbstractQuery Modifier and Type Class Description static class
QueryValidators.AdhocQueryValidator<T extends AbstractQuery<?,?>>
static class
QueryValidators.StoredQueryValidator<T extends AbstractQuery<?,?>>
Fields in org.camunda.bpm.engine.impl with type parameters of type AbstractQuery Modifier and Type Field Description protected Set<Validator<AbstractQuery<?,?>>>
AbstractQuery. validators
Methods in org.camunda.bpm.engine.impl with type parameters of type AbstractQuery Modifier and Type Method Description static <T extends AbstractQuery<?,?>>
QueryValidators.AdhocQueryValidator<T>QueryValidators.AdhocQueryValidator. get()
static <T extends AbstractQuery<?,?>>
QueryValidators.StoredQueryValidator<T>QueryValidators.StoredQueryValidator. get()
Methods in org.camunda.bpm.engine.impl that return AbstractQuery Modifier and Type Method Description AbstractQuery<T,U>
AbstractQuery. setCommandExecutor(CommandExecutor commandExecutor)
Methods in org.camunda.bpm.engine.impl with parameters of type AbstractQuery Modifier and Type Method Description protected void
AbstractQuery. mergeExpressions(AbstractQuery<?,?> extendedQuery, AbstractQuery<?,?> extendingQuery)
protected void
AbstractQuery. mergeOrdering(AbstractQuery<?,?> extendedQuery, AbstractQuery<?,?> extendingQuery)
Method parameters in org.camunda.bpm.engine.impl with type arguments of type AbstractQuery Modifier and Type Method Description void
AbstractQuery. addValidator(Validator<AbstractQuery<?,?>> validator)
void
AbstractQuery. removeValidator(Validator<AbstractQuery<?,?>> validator)
void
AbstractQuery. validate(Validator<AbstractQuery<?,?>> validator)
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.batch
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.batch Modifier and Type Class Description class
BatchQueryImpl
class
BatchStatisticsQueryImpl
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.batch.history
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.batch.history Modifier and Type Class Description class
HistoricBatchQueryImpl
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.cmmn.entity.repository
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.cmmn.entity.repository Modifier and Type Class Description class
CaseDefinitionQueryImpl
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description class
CaseExecutionQueryImpl
class
CaseInstanceQueryImpl
class
CaseSentryPartQueryImpl
This query is currently not public API on purpose.Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type AbstractQuery Modifier and Type Method Description protected void
CaseExecutionManager. configureTenantCheck(AbstractQuery<?,?> query)
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.dmn.entity.repository
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.dmn.entity.repository Modifier and Type Class Description class
DecisionDefinitionQueryImpl
class
DecisionRequirementsDefinitionQueryImpl
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.filter
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.filter Modifier and Type Class Description class
FilterQueryImpl
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.identity.db
Subclasses of AbstractQuery in org.camunda.bpm.engine.impl.identity.db Modifier and Type Class Description class
DbGroupQueryImpl
class
DbTenantQueryImpl
class
DbUserQueryImpl
Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type AbstractQuery Modifier and Type Method Description protected void
DbReadOnlyIdentityServiceProvider. configureQuery(AbstractQuery query, Resource resource)
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence with parameters of type AbstractQuery Modifier and Type Method Description protected void
AbstractManager. configureQuery(AbstractQuery<?,?> query, Resource resource)
-
Uses of AbstractQuery in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as AbstractQuery Modifier and Type Field Description protected AbstractQuery
FilterEntity. query
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type AbstractQuery Modifier and Type Method Description void
AuthorizationManager. configureExecutionQuery(AbstractQuery query)
protected void
AuthorizationManager. configureHistoricVariableAndDetailQuery(AbstractQuery query)
void
AuthorizationManager. configureQuery(AbstractQuery query, Resource resource)
void
AuthorizationManager. configureQuery(AbstractQuery query, Resource resource, String queryParam)
void
AuthorizationManager. configureQuery(AbstractQuery query, Resource resource, String queryParam, Permission permission)
protected void
ExecutionManager. configureQuery(AbstractQuery<?,?> query)
-
Uses of AbstractQuery in org.camunda.bpm.identity.impl.ldap
Subclasses of AbstractQuery in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description class
LdapGroupQuery
class
LdapTenantQuery
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.class
LdapUserQueryImpl
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type AbstractQuery Modifier and Type Method Description protected void
LdapIdentityProviderSession. applyRequestControls(AbstractQuery<?,?> query)
-