| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ServiceImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AppCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AppDefinitionQueryImpl(CommandExecutor commandExecutor) |
AppDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
BatchBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
BatchBuilderImpl(CommandExecutor commandExecutor,
BatchServiceConfiguration batchServiceConfiguration) |
BatchQueryImpl(CommandExecutor commandExecutor,
BatchServiceConfiguration batchServiceConfiguration) |
| Constructor and Description |
|---|
CmmnHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
CmmnEngineConfiguration cmmnEngineConfiguration) |
HistoricCaseInstanceQueryImpl(CommandExecutor commandExecutor,
CmmnEngineConfiguration cmmnEngineConfiguration) |
HistoricMilestoneInstanceQueryImpl(CommandExecutor commandExecutor) |
HistoricPlanItemInstanceQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CmmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CaseReactivationBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
CaseReactivationBuilderImpl(CommandExecutor commandExecutor,
String caseInstanceId) |
| Constructor and Description |
|---|
CaseDefinitionQueryImpl(CommandExecutor commandExecutor) |
CmmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CmmnExternalWorkerTransitionBuilderImpl.commandExecutor |
protected CommandExecutor |
InjectedPlanItemInstanceBuilderImpl.commandExecutor |
protected CommandExecutor |
PlanItemInstanceTransitionBuilderImpl.commandExecutor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractEngineConfiguration.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
AbstractEngineConfiguration.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommandContext.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommandContext.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
void |
CommandContext.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
LockManagerImpl.commandExecutor |
| Constructor and Description |
|---|
LockManagerImpl(CommandExecutor commandExecutor,
String lockName,
Duration lockPollRate,
Duration forceAcquireAfter,
String engineType) |
LockManagerImpl(CommandExecutor commandExecutor,
String lockName,
Duration lockPollRate,
String engineType) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ByteArrayRef.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
ByteArrayRefTypeHandler.getCommandExecutor() |
protected CommandExecutor |
AbstractEngineEntityManager.getCommandExecutor() |
| Constructor and Description |
|---|
ByteArrayRef(String id,
CommandExecutor commandExecutor) |
TablePageQueryImpl(CommandExecutor commandExecutor,
AbstractEngineConfiguration engineConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommonEngineServiceImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommonEngineServiceImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonEngineServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SpringTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
ContentItemQueryImpl(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
DecisionQueryImpl(CommandExecutor commandExecutor) |
DmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
HistoricDecisionExecutionQueryImpl(CommandExecutor commandExecutor) |
NativeDecisionTableQueryImpl(CommandExecutor commandExecutor) |
NativeDmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
NativeHistoryDecisionExecutionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ProcessInstanceHistoryLogQueryImpl.commandExecutor |
protected CommandExecutor |
TaskCompletionBuilderImpl.commandExecutor |
protected CommandExecutor |
ProcessEngineImpl.commandExecutor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ExecuteExecutionListenerTransactionListener.commandExecutor |
protected CommandExecutor |
ExecuteTaskListenerTransactionListener.commandExecutor |
| Constructor and Description |
|---|
ExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener,
TransactionDependentExecutionListenerExecutionScope scope,
CommandExecutor commandExecutor) |
ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener,
TransactionDependentTaskListenerExecutionScope scope,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DbIdGenerator.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DbIdGenerator.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ExternalWorkerCompletionBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
ExternalWorkerCompletionBuilderImpl(CommandExecutor commandExecutor,
String externalJobId,
String workerId,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BpmnOverrideContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
AbstractManager.getCommandExecutor() |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ProcessDefinitionInfoCache.commandExecutor |
| Constructor and Description |
|---|
ProcessDefinitionInfoCache(CommandExecutor commandExecutor)
Cache with no limit
|
ProcessDefinitionInfoCache(CommandExecutor commandExecutor,
int limit)
Cache which has a hard limit: no more elements will be cached than the limit.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TotalExecutionTimeCommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
ChannelDefinitionQueryImpl(CommandExecutor commandExecutor) |
EventDefinitionQueryImpl(CommandExecutor commandExecutor) |
EventDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
BaseEventRegistryEventConsumer.commandExecutor |
| Constructor and Description |
|---|
EventSubscriptionQueryImpl(CommandExecutor commandExecutor,
EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
| Constructor and Description |
|---|
FormDefinitionQueryImpl(CommandExecutor commandExecutor) |
FormDeploymentQueryImpl(CommandExecutor commandExecutor) |
FormInstanceQueryImpl(CommandExecutor commandExecutor) |
NativeFormDefinitionQueryImpl(CommandExecutor commandExecutor) |
NativeFormDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
IdmEngineImpl.commandExecutor |
| Constructor and Description |
|---|
GroupQueryImpl(CommandExecutor commandExecutor) |
NativeGroupQueryImpl(CommandExecutor commandExecutor) |
NativeTokenQueryImpl(CommandExecutor commandExecutor) |
NativeUserQueryImpl(CommandExecutor commandExecutor) |
PrivilegeQueryImpl(CommandExecutor commandExecutor) |
TokenQueryImpl(CommandExecutor commandExecutor) |
UserQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
AbstractManager.getCommandExecutor() |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
JobServiceConfiguration.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
JobServiceConfiguration.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobServiceConfiguration.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ExternalWorkerJobFailureBuilderImpl.commandExecutor |
protected CommandExecutor |
ExternalWorkerJobAcquireBuilderImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor() |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
FailedJobListener.commandExecutor |
protected CommandExecutor |
AcquireTimerJobsRunnable.commandExecutor |
protected CommandExecutor |
JobAddedTransactionListener.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected long |
AcquireAsyncJobsDueRunnable.acquireAndExecuteJobs(CommandExecutor commandExecutor,
int remainingCapacity) |
protected LockManager |
AcquireTimerJobsRunnable.createLockManager(CommandExecutor commandExecutor) |
protected LockManager |
AcquireAsyncJobsDueRunnable.createLockManager(CommandExecutor commandExecutor) |
protected long |
AcquireAsyncJobsDueRunnable.executeAcquireCycle(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
FailedJobListener(CommandExecutor commandExecutor,
Job job,
JobServiceConfiguration jobServiceConfiguration) |
JobAddedTransactionListener(JobInfo job,
AsyncExecutor asyncExecutor,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AsyncHistoryJobMessageReceiver.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
AsyncHistoryJobMessageReceiver.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncHistoryJobMessageReceiver.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AsyncHistoryJobMessageReceiver(CommandExecutor commandExecutor,
AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoricTaskService.createHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
NativeHistoricTaskLogEntryQuery |
HistoricTaskService.createNativeHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
TaskQuery |
TaskService.createTaskQuery(CommandExecutor commandExecutor,
AbstractEngineConfiguration engineConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
HistoricTaskLogEntryBuilderImpl.commandExecutor |
protected CommandExecutor |
BaseTaskBuilderImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoricTaskServiceImpl.createHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
NativeHistoricTaskLogEntryQuery |
HistoricTaskServiceImpl.createNativeHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
TaskQuery |
TaskServiceImpl.createTaskQuery(CommandExecutor commandExecutor,
AbstractEngineConfiguration engineConfiguration) |
| Constructor and Description |
|---|
AbstractVariableQueryImpl(CommandExecutor commandExecutor,
VariableServiceConfiguration variableServiceConfiguration) |
HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
VariableServiceConfiguration variableServiceConfiguration) |
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
VariableServiceConfiguration variableServiceConfiguration) |
Copyright © 2023 Flowable. All rights reserved.