Uses of Class
org.activiti.engine.impl.interceptor.CommandContextFactory
-
Packages that use CommandContextFactory Package Description org.activiti.engine.impl.cfg org.activiti.engine.impl.interceptor -
-
Uses of CommandContextFactory in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryProcessEngineConfigurationImpl. commandContextFactoryMethods in org.activiti.engine.impl.cfg that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryProcessEngineConfigurationImpl. getCommandContextFactory()Methods in org.activiti.engine.impl.cfg with parameters of type CommandContextFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandContextFactory(CommandContextFactory commandContextFactory) -
Uses of CommandContextFactory in org.activiti.engine.impl.interceptor
Fields in org.activiti.engine.impl.interceptor declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryCommandContextInterceptor. commandContextFactoryMethods in org.activiti.engine.impl.interceptor that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryCommandContextInterceptor. getCommandContextFactory()Methods in org.activiti.engine.impl.interceptor with parameters of type CommandContextFactory Modifier and Type Method Description voidCommandContextInterceptor. setCommandContextFactory(CommandContextFactory commandContextFactory)Constructors in org.activiti.engine.impl.interceptor with parameters of type CommandContextFactory Constructor Description CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
-