Uses of Class
org.activiti.engine.impl.interceptor.CommandConfig
-
-
Uses of CommandConfig in org.activiti.engine
Methods in org.activiti.engine with parameters of type CommandConfig Modifier and Type Method Description <T> TManagementService. executeCommand(CommandConfig config, Command<T> command)Executes a given command with the specifiedCommandConfig. -
Uses of CommandConfig in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type CommandConfig Modifier and Type Method Description <T> TManagementServiceImpl. executeCommand(CommandConfig config, Command<T> command) -
Uses of CommandConfig in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as CommandConfig Modifier and Type Field Description protected CommandConfigProcessEngineConfigurationImpl. defaultCommandConfigprotected CommandConfigCommandExecutorImpl. defaultConfigprotected CommandConfigProcessEngineConfigurationImpl. schemaCommandConfigMethods in org.activiti.engine.impl.cfg that return CommandConfig Modifier and Type Method Description CommandConfigProcessEngineConfigurationImpl. getDefaultCommandConfig()CommandConfigCommandExecutorImpl. getDefaultConfig()CommandConfigProcessEngineConfigurationImpl. getSchemaCommandConfig()Methods in org.activiti.engine.impl.cfg with parameters of type CommandConfig Modifier and Type Method Description <T> TCommandExecutorImpl. execute(CommandConfig config, Command<T> command)voidProcessEngineConfigurationImpl. setDefaultCommandConfig(CommandConfig defaultCommandConfig)voidProcessEngineConfigurationImpl. setSchemaCommandConfig(CommandConfig schemaCommandConfig)Constructors in org.activiti.engine.impl.cfg with parameters of type CommandConfig Constructor Description CommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandConfig in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db declared as CommandConfig Modifier and Type Field Description protected CommandConfigDbIdGenerator. commandConfigMethods in org.activiti.engine.impl.db that return CommandConfig Modifier and Type Method Description CommandConfigDbIdGenerator. getCommandConfig()Methods in org.activiti.engine.impl.db with parameters of type CommandConfig Modifier and Type Method Description voidDbIdGenerator. setCommandConfig(CommandConfig commandConfig) -
Uses of CommandConfig in org.activiti.engine.impl.interceptor
Methods in org.activiti.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.activiti.engine.impl.interceptor with parameters of type CommandConfig Modifier and Type Method Description <T> TCommandContextInterceptor. execute(CommandConfig config, Command<T> command)<T> TCommandExecutor. execute(CommandConfig config, Command<T> command)Execute a command with the specifiedCommandConfig.<T> TCommandInterceptor. execute(CommandConfig config, Command<T> command)<T> TCommandInvoker. execute(CommandConfig config, Command<T> command)<T> TJtaRetryInterceptor. execute(CommandConfig config, Command<T> command)<T> TJtaTransactionInterceptor. execute(CommandConfig config, Command<T> command)<T> TLogInterceptor. execute(CommandConfig config, Command<T> command)<T> TRetryInterceptor. execute(CommandConfig config, Command<T> command)<T> TTransactionContextInterceptor. execute(CommandConfig config, Command<T> command)Constructors in org.activiti.engine.impl.interceptor with parameters of type CommandConfig Constructor Description CommandConfig(CommandConfig commandConfig) -
Uses of CommandConfig in org.activiti.engine.test.profiler
Methods in org.activiti.engine.test.profiler with parameters of type CommandConfig Modifier and Type Method Description <T> TTotalExecutionTimeCommandInterceptor. execute(CommandConfig config, Command<T> command)
-