Uses of Class
org.flowable.common.engine.impl.interceptor.CommandContextFactory
Packages that use CommandContextFactory
-
Uses of CommandContextFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryAbstractEngineConfiguration.commandContextFactoryMethods in org.flowable.common.engine.impl that return CommandContextFactoryMethods in org.flowable.common.engine.impl with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.setCommandContextFactory(CommandContextFactory commandContextFactory) -
Uses of CommandContextFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryCommandContextInterceptor.commandContextFactoryMethods in org.flowable.common.engine.impl.interceptor that return CommandContextFactoryMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionvoidCommandContextInterceptor.setCommandContextFactory(CommandContextFactory commandContextFactory) Constructors in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextFactoryModifierConstructorDescriptionCommandContextInterceptor(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper)