public class CommandContextInterceptor extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
protected Clock |
clock |
protected CommandContextFactory |
commandContextFactory |
protected String |
engineCfgKey |
protected Map<String,AbstractEngineConfiguration> |
engineConfigurations |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected boolean |
useClassForNameClassLoading |
next| Constructor and Description |
|---|
CommandContextInterceptor() |
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ClassLoader classLoader,
boolean useClassForNameClassLoading,
Clock clock,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
CommandContextFactory |
getCommandContextFactory() |
String |
getEngineCfgKey() |
Map<String,AbstractEngineConfiguration> |
getEngineConfigurations() |
void |
setCommandContextFactory(CommandContextFactory commandContextFactory) |
void |
setEngineCfgKey(String engineCfgKey) |
void |
setEngineConfigurations(Map<String,AbstractEngineConfiguration> engineConfigurations) |
getNext, setNextprotected CommandContextFactory commandContextFactory
protected ClassLoader classLoader
protected boolean useClassForNameClassLoading
protected Clock clock
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected Map<String,AbstractEngineConfiguration> engineConfigurations
protected String engineCfgKey
public CommandContextInterceptor()
public CommandContextInterceptor(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
public CommandContextFactory getCommandContextFactory()
public void setCommandContextFactory(CommandContextFactory commandContextFactory)
public Map<String,AbstractEngineConfiguration> getEngineConfigurations()
public void setEngineConfigurations(Map<String,AbstractEngineConfiguration> engineConfigurations)
public String getEngineCfgKey()
public void setEngineCfgKey(String engineCfgKey)
Copyright © 2021 Flowable. All rights reserved.