| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QueryValidators.AdhocQueryValidator<T extends AbstractQuery<?,?>> | 
| static class  | QueryValidators.StoredQueryValidator<T extends AbstractQuery<?,?>> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<Validator<AbstractQuery<?,?>>> | AbstractQuery. validators | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends AbstractQuery<?,?>> | QueryValidators.AdhocQueryValidator. get() | 
| static <T extends AbstractQuery<?,?>> | QueryValidators.StoredQueryValidator. get() | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractQuery<T,U> | AbstractQuery. setCommandExecutor(CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractQuery. mergeExpressions(AbstractQuery<?,?> extendedQuery,
                AbstractQuery<?,?> extendingQuery) | 
| protected void | AbstractQuery. mergeExpressions(AbstractQuery<?,?> extendedQuery,
                AbstractQuery<?,?> extendingQuery) | 
| protected void | AbstractQuery. mergeOrdering(AbstractQuery<?,?> extendedQuery,
             AbstractQuery<?,?> extendingQuery) | 
| protected void | AbstractQuery. mergeOrdering(AbstractQuery<?,?> extendedQuery,
             AbstractQuery<?,?> extendingQuery) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractQuery. addValidator(Validator<AbstractQuery<?,?>> validator) | 
| void | AbstractQuery. removeValidator(Validator<AbstractQuery<?,?>> validator) | 
| void | AbstractQuery. validate(Validator<AbstractQuery<?,?>> validator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BatchQueryImpl | 
| class  | BatchStatisticsQueryImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HistoricBatchQueryImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CaseDefinitionQueryImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CaseExecutionQueryImpl | 
| class  | CaseInstanceQueryImpl | 
| class  | CaseSentryPartQueryImplThis query is currently not public API on purpose. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CaseExecutionManager. configureTenantCheck(AbstractQuery<?,?> query) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DecisionDefinitionQueryImpl | 
| class  | DecisionRequirementsDefinitionQueryImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilterQueryImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DbGroupQueryImpl | 
| class  | DbTenantQueryImpl | 
| class  | DbUserQueryImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DbReadOnlyIdentityServiceProvider. configureQuery(AbstractQuery query,
              Resource resource) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractManager. configureQuery(AbstractQuery<?,?> query,
              Resource resource) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AbstractQuery | FilterEntity. query | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AuthorizationManager. configureExecutionQuery(AbstractQuery query) | 
| protected void | ExecutionManager. configureQuery(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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LdapGroupQuery | 
| class  | LdapTenantQuerySince multi-tenancy is not supported for the LDAP plugin, the query always
 returns  0or an empty list. | 
| class  | LdapUserQueryImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | LdapIdentityProviderSession. applyRequestControls(AbstractQuery<?,?> query) | 
Copyright © 2022. All rights reserved.