Uses of Class
org.flowable.common.engine.impl.interceptor.CommandConfig
Packages that use CommandConfig
Package
Description
-
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