Class CommandContextInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassLoader
protected Clock
protected CommandContextFactory
protected String
protected Map<String,
AbstractEngineConfiguration> protected com.fasterxml.jackson.databind.ObjectMapper
protected boolean
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
Constructor Summary
ConstructorsConstructorDescriptionCommandContextInterceptor
(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) void
setCommandContextFactory
(CommandContextFactory commandContextFactory) void
setEngineCfgKey
(String engineCfgKey) void
setEngineConfigurations
(Map<String, AbstractEngineConfiguration> engineConfigurations) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
Field Details
-
commandContextFactory
-
classLoader
-
useClassForNameClassLoading
protected boolean useClassForNameClassLoading -
clock
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
engineConfigurations
-
engineCfgKey
-
-
Constructor Details
-
CommandContextInterceptor
public CommandContextInterceptor() -
CommandContextInterceptor
public CommandContextInterceptor(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
execute
-
getCommandContextFactory
-
setCommandContextFactory
-
getEngineConfigurations
-
setEngineConfigurations
-
getEngineCfgKey
-
setEngineCfgKey
-