Uses of Class
org.flowable.common.engine.impl.interceptor.CommandConfig
-
Packages that use CommandConfig Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.cfg org.flowable.common.engine.impl.interceptor org.flowable.common.engine.impl.lock -
-
Uses of CommandConfig in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandConfig Modifier and Type Field Description protected CommandConfigAbstractEngineConfiguration. defaultCommandConfigprotected CommandConfigAbstractEngineConfiguration. schemaCommandConfigMethods in org.flowable.common.engine.impl that return CommandConfig Modifier and Type Method Description CommandConfigAbstractEngineConfiguration. getDefaultCommandConfig()CommandConfigAbstractEngineConfiguration. getSchemaCommandConfig()Methods in org.flowable.common.engine.impl with parameters of type CommandConfig Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setDefaultCommandConfig(CommandConfig defaultCommandConfig)AbstractEngineConfigurationAbstractEngineConfiguration. setSchemaCommandConfig(CommandConfig schemaCommandConfig) -
Uses of CommandConfig in org.flowable.common.engine.impl.cfg
Fields in org.flowable.common.engine.impl.cfg declared as CommandConfig Modifier and Type Field Description protected CommandConfigCommandExecutorImpl. defaultConfigMethods in org.flowable.common.engine.impl.cfg that return CommandConfig Modifier and Type Method Description CommandConfigCommandExecutorImpl. getDefaultConfig()Methods in org.flowable.common.engine.impl.cfg with parameters of type CommandConfig Modifier and Type Method Description <T> TCommandExecutorImpl. execute(CommandConfig config, Command<T> command)Constructors in org.flowable.common.engine.impl.cfg with parameters of type CommandConfig Constructor Description CommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandConfig in org.flowable.common.engine.impl.interceptor
Methods in org.flowable.common.engine.impl.interceptor that return CommandConfig Modifier and Type Method Description CommandConfigCommandExecutor. getDefaultConfig()CommandConfigCommandConfig. setContextReusePossible(boolean contextReusePossible)CommandConfigCommandConfig. transactionNotSupported()CommandConfigCommandConfig. transactionRequired()CommandConfigCommandConfig. transactionRequiresNew()Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandConfig Modifier and Type Method Description <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 Constructor Description CommandConfig(CommandConfig commandConfig) -
Uses of CommandConfig in org.flowable.common.engine.impl.lock
Fields in org.flowable.common.engine.impl.lock declared as CommandConfig Modifier and Type Field Description protected CommandConfigLockManagerImpl. lockCommandConfig
-