Uses of Class
org.activiti.engine.impl.interceptor.CommandContextFactory
Packages that use CommandContextFactory
-
Uses of CommandContextFactory in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryProcessEngineConfigurationImpl.commandContextFactoryMethods in org.activiti.engine.impl.cfg that return CommandContextFactoryMethods in org.activiti.engine.impl.cfg with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommandContextFactory(CommandContextFactory commandContextFactory) -
Uses of CommandContextFactory in org.activiti.engine.impl.interceptor
Fields in org.activiti.engine.impl.interceptor declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryCommandContextInterceptor.commandContextFactoryMethods in org.activiti.engine.impl.interceptor that return CommandContextFactoryMethods in org.activiti.engine.impl.interceptor with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionvoidCommandContextInterceptor.setCommandContextFactory(CommandContextFactory commandContextFactory) Constructors in org.activiti.engine.impl.interceptor with parameters of type CommandContextFactoryModifierConstructorDescriptionCommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)