Uses of Class
org.flowable.common.engine.impl.interceptor.CommandConfig
Packages that use CommandConfig
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such 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.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of CommandConfig in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
CmmnManagementServiceImpl.executeCommand
(CommandConfig config, Command<T> command) -
Uses of CommandConfig in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
CmmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandConfig in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandConfigModifier and TypeFieldDescriptionprotected CommandConfig
AbstractEngineConfiguration.defaultCommandConfig
protected CommandConfig
AbstractEngineConfiguration.schemaCommandConfig
Methods in org.flowable.common.engine.impl that return CommandConfigModifier and TypeMethodDescriptionAbstractEngineConfiguration.getDefaultCommandConfig()
AbstractEngineConfiguration.getSchemaCommandConfig()
Methods in org.flowable.common.engine.impl with parameters of type CommandConfigModifier and TypeMethodDescriptionAbstractEngineConfiguration.setDefaultCommandConfig
(CommandConfig defaultCommandConfig) AbstractEngineConfiguration.setSchemaCommandConfig
(CommandConfig schemaCommandConfig) -
Uses of CommandConfig in org.flowable.common.engine.impl.cfg
Fields in org.flowable.common.engine.impl.cfg declared as CommandConfigMethods in org.flowable.common.engine.impl.cfg that return CommandConfigMethods in org.flowable.common.engine.impl.cfg with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
CommandExecutorImpl.execute
(CommandConfig config, Command<T> command) Constructors in org.flowable.common.engine.impl.cfg with parameters of type CommandConfigModifierConstructorDescriptionCommandExecutorImpl
(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandConfig in org.flowable.common.engine.impl.interceptor
Methods in org.flowable.common.engine.impl.interceptor that return CommandConfigModifier and TypeMethodDescriptionCommandExecutor.getDefaultConfig()
CommandConfig.setContextReusePossible
(boolean contextReusePossible) CommandConfig.transactionNotSupported()
CommandConfig.transactionRequired()
CommandConfig.transactionRequiresNew()
Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
CommandContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CommandExecutor.execute
(CommandConfig config, Command<T> command) Execute a command with the specifiedCommandConfig
.<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) Constructors in org.flowable.common.engine.impl.interceptor with parameters of type CommandConfig -
Uses of CommandConfig in org.flowable.common.engine.impl.lock
Fields in org.flowable.common.engine.impl.lock declared as CommandConfig -
Uses of CommandConfig in org.flowable.common.spring
Methods in org.flowable.common.spring with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
SpringTransactionInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandConfig in org.flowable.dmn.engine.impl.interceptor
Methods in org.flowable.dmn.engine.impl.interceptor with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
DmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandConfig in org.flowable.engine
Methods in org.flowable.engine with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
ManagementService.executeCommand
(CommandConfig config, Command<T> command) Executes a given command with the specifiedCommandConfig
. -
Uses of CommandConfig in org.flowable.engine.impl
Methods in org.flowable.engine.impl with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
ManagementServiceImpl.executeCommand
(CommandConfig config, Command<T> command) -
Uses of CommandConfig in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type CommandConfigModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setDefaultCommandConfig
(CommandConfig defaultCommandConfig) ProcessEngineConfigurationImpl.setSchemaCommandConfig
(CommandConfig schemaCommandConfig) -
Uses of CommandConfig in org.flowable.engine.impl.db
Fields in org.flowable.engine.impl.db declared as CommandConfigMethods in org.flowable.engine.impl.db that return CommandConfigMethods in org.flowable.engine.impl.db with parameters of type CommandConfigModifier and TypeMethodDescriptionvoid
DbIdGenerator.setCommandConfig
(CommandConfig commandConfig) -
Uses of CommandConfig in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type CommandConfigModifier 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 CommandConfig in org.flowable.engine.test.profiler
Methods in org.flowable.engine.test.profiler with parameters of type CommandConfigModifier and TypeMethodDescription<T> T
TotalExecutionTimeCommandInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of CommandConfig in org.flowable.idm.engine
Methods in org.flowable.idm.engine with parameters of type CommandConfigModifier and TypeMethodDescriptionIdmEngineConfiguration.setDefaultCommandConfig
(CommandConfig defaultCommandConfig) IdmEngineConfiguration.setSchemaCommandConfig
(CommandConfig schemaCommandConfig)