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 Deployments.RuntimeService: For starting and searching ProcessInstances.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> TCmmnManagementServiceImpl.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> TCmmnCommandInvoker.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 CommandConfigAbstractEngineConfiguration.defaultCommandConfigprotected CommandConfigAbstractEngineConfiguration.schemaCommandConfigMethods 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> TCommandExecutorImpl.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> TCommandContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCommandExecutor.execute(CommandConfig config, Command<T> command) Execute a command with the specifiedCommandConfig.<T> TCommandInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCrDbRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TDefaultCommandInvoker.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TJtaRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TJtaTransactionInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TLogInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TTransactionContextInterceptor.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> TSpringTransactionInterceptor.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> TDmnCommandInvoker.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> TManagementService.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> TManagementServiceImpl.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 TypeMethodDescriptionvoidDbIdGenerator.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> TBpmnOverrideContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCommandInvoker.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> TTotalExecutionTimeCommandInterceptor.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)