Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandExecutor
Packages that use CommandExecutor
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of CommandExecutor in org.flowable.batch.service
Fields in org.flowable.batch.service declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
BatchPartBuilderImpl.commandExecutor
Constructors in org.flowable.batch.service with parameters of type CommandExecutorModifierConstructorDescriptionBatchPartBuilderImpl
(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.batch.service.impl
Fields in org.flowable.batch.service.impl declared as CommandExecutorConstructors in org.flowable.batch.service.impl with parameters of type CommandExecutorModifierConstructorDescriptionBatchBuilderImpl
(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) BatchPartQueryImpl
(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) BatchQueryImpl
(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.history
Constructors in org.flowable.cmmn.engine.impl.history with parameters of type CommandExecutorModifierConstructorDescriptionCmmnHistoricVariableInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) HistoricCaseInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) HistoricMilestoneInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricPlanItemInstanceQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
CmmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.reactivation
Fields in org.flowable.cmmn.engine.impl.reactivation declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
CaseReactivationBuilderImpl.commandExecutor
Constructors in org.flowable.cmmn.engine.impl.reactivation with parameters of type CommandExecutorModifierConstructorDescriptionCaseReactivationBuilderImpl
(CommandExecutor commandExecutor, String caseInstanceId) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.repository
Constructors in org.flowable.cmmn.engine.impl.repository with parameters of type CommandExecutorModifierConstructorDescriptionCaseDefinitionQueryImpl
(CommandExecutor commandExecutor) CmmnDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
CmmnExternalWorkerTransitionBuilderImpl.commandExecutor
protected final CommandExecutor
InjectedPlanItemInstanceBuilderImpl.commandExecutor
protected CommandExecutor
PlanItemInstanceTransitionBuilderImpl.commandExecutor
Constructors in org.flowable.cmmn.engine.impl.runtime with parameters of type CommandExecutorModifierConstructorDescriptionCaseInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) CmmnExternalWorkerTransitionBuilderImpl
(CommandExecutor commandExecutor, String externalJobId, String workerId) CmmnVariableInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) GenericEventListenerInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) InjectedPlanItemInstanceBuilderImpl
(CommandExecutor commandExecutor) MilestoneInstanceQueryImpl
(CommandExecutor commandExecutor) PlanItemInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) PlanItemInstanceTransitionBuilderImpl
(CommandExecutor commandExecutor, String planItemInstanceId) SignalEventListenerInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) UserEventListenerInstanceQueryImpl
(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of CommandExecutor in org.flowable.cmmn.engine.impl.task
Fields in org.flowable.cmmn.engine.impl.task declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
TaskCompletionBuilderImpl.commandExecutor
Constructors in org.flowable.cmmn.engine.impl.task with parameters of type CommandExecutor -
Uses of CommandExecutor in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
AbstractEngineConfiguration.commandExecutor
Methods in org.flowable.common.engine.impl that return CommandExecutorMethods in org.flowable.common.engine.impl with parameters of type CommandExecutorModifier and TypeMethodDescriptionAbstractEngineConfiguration.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.cfg
Classes in org.flowable.common.engine.impl.cfg that implement CommandExecutorModifier and TypeClassDescriptionclass
Command executor that passes commands to the first interceptor in the chain. -
Uses of CommandExecutor in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as CommandExecutorMethods in org.flowable.common.engine.impl.interceptor that return CommandExecutorMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
CommandContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CommandInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CrDbRetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
DefaultCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
JtaRetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
JtaTransactionInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
LogInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
RetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
TransactionContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) void
CommandContext.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.lock
Fields in org.flowable.common.engine.impl.lock declared as CommandExecutorConstructors in org.flowable.common.engine.impl.lock with parameters of type CommandExecutorModifierConstructorDescriptionLockManagerImpl
(CommandExecutor commandExecutor, String lockName, Duration lockPollRate, String engineType) LockManagerImpl
(CommandExecutor commandExecutor, String lockName, Duration lockPollRate, Duration forceAcquireAfter, String engineType) -
Uses of CommandExecutor in org.flowable.common.engine.impl.persistence.entity
Fields in org.flowable.common.engine.impl.persistence.entity declared as CommandExecutorMethods in org.flowable.common.engine.impl.persistence.entity that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutor
AbstractEngineEntityManager.getCommandExecutor()
protected CommandExecutor
ByteArrayRefTypeHandler.getCommandExecutor()
Constructors in org.flowable.common.engine.impl.persistence.entity with parameters of type CommandExecutorModifierConstructorDescriptionByteArrayRef
(String id, CommandExecutor commandExecutor) TablePageQueryImpl
(CommandExecutor commandExecutor, AbstractEngineConfiguration engineConfiguration) -
Uses of CommandExecutor in org.flowable.common.engine.impl.query
Fields in org.flowable.common.engine.impl.query declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
AbstractNativeQuery.commandExecutor
protected CommandExecutor
AbstractQuery.commandExecutor
Methods in org.flowable.common.engine.impl.query with parameters of type CommandExecutorModifier and TypeMethodDescriptionAbstractNativeQuery.setCommandExecutor
(CommandExecutor commandExecutor) AbstractQuery.setCommandExecutor
(CommandExecutor commandExecutor) Constructors in org.flowable.common.engine.impl.query with parameters of type CommandExecutorModifierConstructorDescriptionprotected
AbstractNativeQuery
(CommandExecutor commandExecutor) protected
AbstractQuery
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.service
Fields in org.flowable.common.engine.impl.service declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
CommonEngineServiceImpl.commandExecutor
Methods in org.flowable.common.engine.impl.service that return CommandExecutorMethods in org.flowable.common.engine.impl.service with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
CommonEngineServiceImpl.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.tenant
Fields in org.flowable.common.engine.impl.tenant declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
MyBatisChangeTenantIdManager.commandExecutor
Constructors in org.flowable.common.engine.impl.tenant with parameters of type CommandExecutorModifierConstructorDescriptionMyBatisChangeTenantIdManager
(CommandExecutor commandExecutor, String engineScopeType, Set<String> entityTypes) -
Uses of CommandExecutor in org.flowable.common.spring
Methods in org.flowable.common.spring with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
SpringTransactionInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.dmn.engine.impl
Constructors in org.flowable.dmn.engine.impl with parameters of type CommandExecutorModifierConstructorDescriptionDecisionQueryImpl
(CommandExecutor commandExecutor) DmnDeploymentQueryImpl
(CommandExecutor commandExecutor) HistoricDecisionExecutionQueryImpl
(CommandExecutor commandExecutor) NativeDecisionTableQueryImpl
(CommandExecutor commandExecutor) NativeDmnDeploymentQueryImpl
(CommandExecutor commandExecutor) NativeHistoryDecisionExecutionQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.dmn.engine.impl.interceptor
Methods in org.flowable.dmn.engine.impl.interceptor with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
DmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
ProcessEngineImpl.commandExecutor
protected CommandExecutor
ProcessInstanceHistoryLogQueryImpl.commandExecutor
protected CommandExecutor
TaskCompletionBuilderImpl.commandExecutor
Constructors in org.flowable.engine.impl with parameters of type CommandExecutorModifierConstructorDescriptionActivityInstanceQueryImpl
(CommandExecutor commandExecutor) DeploymentQueryImpl
(CommandExecutor commandExecutor) ExecutionQueryImpl
(CommandExecutor commandExecutor, ProcessEngineConfigurationImpl processEngineConfiguration) HistoricActivityInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricDetailQueryImpl
(CommandExecutor commandExecutor) HistoricProcessInstanceQueryImpl
(CommandExecutor commandExecutor, ProcessEngineConfigurationImpl processEngineConfiguration) ModelQueryImpl
(CommandExecutor commandExecutor) NativeActivityInstanceQueryImpl
(CommandExecutor commandExecutor) NativeDeploymentQueryImpl
(CommandExecutor commandExecutor) NativeExecutionQueryImpl
(CommandExecutor commandExecutor) NativeHistoricActivityInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricDetailQueryImpl
(CommandExecutor commandExecutor) NativeHistoricProcessInstanceQueryImpl
(CommandExecutor commandExecutor) NativeModelQueryImpl
(CommandExecutor commandExecutor) NativeProcessDefinitionQueryImpl
(CommandExecutor commandExecutor) NativeProcessInstanceQueryImpl
(CommandExecutor commandExecutor) ProcessDefinitionQueryImpl
(CommandExecutor commandExecutor) ProcessInstanceHistoryLogQueryImpl
(CommandExecutor commandExecutor, String processInstanceId, ProcessEngineConfigurationImpl processEngineConfiguration) ProcessInstanceQueryImpl
(CommandExecutor commandExecutor, ProcessEngineConfigurationImpl processEngineConfiguration) TaskCompletionBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.engine.impl.bpmn.listener
Fields in org.flowable.engine.impl.bpmn.listener declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
ExecuteExecutionListenerTransactionListener.commandExecutor
protected CommandExecutor
ExecuteTaskListenerTransactionListener.commandExecutor
Constructors in org.flowable.engine.impl.bpmn.listener with parameters of type CommandExecutorModifierConstructorDescriptionExecuteExecutionListenerTransactionListener
(TransactionDependentExecutionListener listener, TransactionDependentExecutionListenerExecutionScope scope, CommandExecutor commandExecutor) ExecuteTaskListenerTransactionListener
(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.engine.impl.db
Fields in org.flowable.engine.impl.db declared as CommandExecutorMethods in org.flowable.engine.impl.db that return CommandExecutorMethods in org.flowable.engine.impl.db with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
DbIdGenerator.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.engine.impl.externalworker
Fields in org.flowable.engine.impl.externalworker declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
ExternalWorkerCompletionBuilderImpl.commandExecutor
Constructors in org.flowable.engine.impl.externalworker with parameters of type CommandExecutorModifierConstructorDescriptionExternalWorkerCompletionBuilderImpl
(CommandExecutor commandExecutor, String externalJobId, String workerId, JobServiceConfiguration jobServiceConfiguration) -
Uses of CommandExecutor in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
BpmnOverrideContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return CommandExecutor -
Uses of CommandExecutor in org.flowable.engine.impl.persistence.deploy
Fields in org.flowable.engine.impl.persistence.deploy declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
ProcessDefinitionInfoCache.commandExecutor
Constructors in org.flowable.engine.impl.persistence.deploy with parameters of type CommandExecutorModifierConstructorDescriptionProcessDefinitionInfoCache
(CommandExecutor commandExecutor) Cache with no limitProcessDefinitionInfoCache
(CommandExecutor commandExecutor, int limit) Cache which has a hard limit: no more elements will be cached than the limit. -
Uses of CommandExecutor in org.flowable.engine.test.profiler
Methods in org.flowable.engine.test.profiler with parameters of type CommandExecutorModifier and TypeMethodDescription<T> T
TotalExecutionTimeCommandInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.eventregistry.impl
Constructors in org.flowable.eventregistry.impl with parameters of type CommandExecutorModifierConstructorDescriptionChannelDefinitionQueryImpl
(CommandExecutor commandExecutor) EventDefinitionQueryImpl
(CommandExecutor commandExecutor) EventDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.eventregistry.impl.consumer
Fields in org.flowable.eventregistry.impl.consumer declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
BaseEventRegistryEventConsumer.commandExecutor
-
Uses of CommandExecutor in org.flowable.eventsubscription.service.impl
Constructors in org.flowable.eventsubscription.service.impl with parameters of type CommandExecutorModifierConstructorDescriptionEventSubscriptionQueryImpl
(CommandExecutor commandExecutor, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Uses of CommandExecutor in org.flowable.idm.engine.impl
Fields in org.flowable.idm.engine.impl declared as CommandExecutorConstructors in org.flowable.idm.engine.impl with parameters of type CommandExecutorModifierConstructorDescriptionGroupQueryImpl
(CommandExecutor commandExecutor) NativeGroupQueryImpl
(CommandExecutor commandExecutor) NativeTokenQueryImpl
(CommandExecutor commandExecutor) NativeUserQueryImpl
(CommandExecutor commandExecutor) PrivilegeQueryImpl
(CommandExecutor commandExecutor) TokenQueryImpl
(CommandExecutor commandExecutor) UserQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.idm.engine.impl.persistence
Methods in org.flowable.idm.engine.impl.persistence that return CommandExecutor -
Uses of CommandExecutor in org.flowable.job.service
Fields in org.flowable.job.service declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
JobServiceConfiguration.commandExecutor
Methods in org.flowable.job.service that return CommandExecutorMethods in org.flowable.job.service with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
JobServiceConfiguration.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
ExternalWorkerJobAcquireBuilderImpl.commandExecutor
protected final CommandExecutor
ExternalWorkerJobFailureBuilderImpl.commandExecutor
Methods in org.flowable.job.service.impl that return CommandExecutorConstructors in org.flowable.job.service.impl with parameters of type CommandExecutorModifierConstructorDescriptionDeadLetterJobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) ExternalWorkerJobAcquireBuilderImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) ExternalWorkerJobFailureBuilderImpl
(String externalJobId, String workerId, CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) ExternalWorkerJobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) HistoryJobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) JobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) SuspendedJobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) TimerJobQueryImpl
(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) -
Uses of CommandExecutor in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
AcquireTimerJobsRunnable.commandExecutor
protected CommandExecutor
FailedJobListener.commandExecutor
protected CommandExecutor
JobAddedTransactionListener.commandExecutor
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type CommandExecutorModifier and TypeMethodDescriptionprotected long
AcquireAsyncJobsDueRunnable.acquireAndExecuteJobs
(CommandExecutor commandExecutor, int remainingCapacity) protected LockManager
AcquireAsyncJobsDueRunnable.createLockManager
(CommandExecutor commandExecutor) protected LockManager
AcquireTimerJobsRunnable.createLockManager
(CommandExecutor commandExecutor) protected long
AcquireAsyncJobsDueRunnable.executeAcquireCycle
(CommandExecutor commandExecutor) Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type CommandExecutorModifierConstructorDescriptionFailedJobListener
(CommandExecutor commandExecutor, Job job, JobServiceConfiguration jobServiceConfiguration) JobAddedTransactionListener
(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.task.service
Methods in org.flowable.task.service with parameters of type CommandExecutorModifier and TypeMethodDescriptionHistoricTaskService.createHistoricTaskLogEntryQuery
(CommandExecutor commandExecutor) HistoricTaskService.createNativeHistoricTaskLogEntryQuery
(CommandExecutor commandExecutor) TaskService.createTaskQuery
(CommandExecutor commandExecutor, AbstractEngineConfiguration engineConfiguration) -
Uses of CommandExecutor in org.flowable.task.service.impl
Fields in org.flowable.task.service.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
BaseTaskBuilderImpl.commandExecutor
protected CommandExecutor
HistoricTaskLogEntryBuilderImpl.commandExecutor
Methods in org.flowable.task.service.impl with parameters of type CommandExecutorModifier and TypeMethodDescriptionHistoricTaskServiceImpl.createHistoricTaskLogEntryQuery
(CommandExecutor commandExecutor) HistoricTaskServiceImpl.createNativeHistoricTaskLogEntryQuery
(CommandExecutor commandExecutor) TaskServiceImpl.createTaskQuery
(CommandExecutor commandExecutor, AbstractEngineConfiguration engineConfiguration) Constructors in org.flowable.task.service.impl with parameters of type CommandExecutorModifierConstructorDescriptionBaseTaskBuilderImpl
(CommandExecutor commandExecutor) HistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor, String databaseType, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration) HistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration) HistoricTaskLogEntryBuilderImpl
(CommandExecutor commandExecutor, TaskInfo task, TaskServiceConfiguration taskServiceConfiguration) HistoricTaskLogEntryBuilderImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) HistoricTaskLogEntryQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) NativeHistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) NativeHistoricTaskLogEntryQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) NativeTaskQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) TaskQueryImpl
(CommandExecutor commandExecutor, String databaseType, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) TaskQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) -
Uses of CommandExecutor in org.flowable.variable.service.impl
Constructors in org.flowable.variable.service.impl with parameters of type CommandExecutorModifierConstructorDescriptionAbstractVariableQueryImpl
(CommandExecutor commandExecutor, VariableValueProvider variableValueProvider) AbstractVariableQueryImpl
(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) HistoricVariableInstanceQueryImpl
(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) NativeHistoricVariableInstanceQueryImpl
(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) NativeVariableInstanceQueryImpl
(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) VariableInstanceQueryImpl
(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)