public class CommandContextInterceptor extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected CommandContextFactory |
commandContextFactory |
protected String |
currentEngineConfigurationKey |
protected Map<String,AbstractEngineConfiguration> |
engineConfigurations |
next| Constructor and Description |
|---|
CommandContextInterceptor() |
CommandContextInterceptor(CommandContextFactory commandContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
CommandContextFactory |
getCommandContextFactory() |
String |
getCurrentEngineConfigurationKey() |
Map<String,AbstractEngineConfiguration> |
getEngineConfigurations() |
void |
setCommandContextFactory(CommandContextFactory commandContextFactory) |
void |
setCurrentEngineConfigurationKey(String currentEngineConfigurationKey) |
void |
setEngineConfigurations(Map<String,AbstractEngineConfiguration> engineConfigurations) |
getNext, setNextprotected CommandContextFactory commandContextFactory
protected String currentEngineConfigurationKey
protected Map<String,AbstractEngineConfiguration> engineConfigurations
public CommandContextInterceptor()
public CommandContextInterceptor(CommandContextFactory commandContextFactory)
public <T> T execute(CommandConfig config, Command<T> command)
public CommandContextFactory getCommandContextFactory()
public void setCommandContextFactory(CommandContextFactory commandContextFactory)
public String getCurrentEngineConfigurationKey()
public void setCurrentEngineConfigurationKey(String currentEngineConfigurationKey)
public Map<String,AbstractEngineConfiguration> getEngineConfigurations()
public void setEngineConfigurations(Map<String,AbstractEngineConfiguration> engineConfigurations)
Copyright © 2017 Flowable. All rights reserved.