Class CommandContextInterceptor
java.lang.Object
org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
org.activiti.engine.impl.interceptor.CommandContextInterceptor
- All Implemented Interfaces:
CommandInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandContextFactoryprotected ProcessEngineConfigurationImplFields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
ConstructorsConstructorDescriptionCommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(CommandConfig config, Command<T> command) voidsetCommandContextFactory(CommandContextFactory commandContextFactory) voidsetProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext) Methods inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
Field Details
-
commandContextFactory
-
processEngineConfiguration
-
-
Constructor Details
-
CommandContextInterceptor
public CommandContextInterceptor() -
CommandContextInterceptor
public CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
execute
-
getCommandContextFactory
-
setCommandContextFactory
-
getProcessEngineConfiguration
-
setProcessEngineContext
-