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 CommandContextFactory
AbstractEngineConfiguration.commandContextFactory
Methods 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 CommandContextFactory
CommandContextInterceptor.commandContextFactory
Methods in org.flowable.common.engine.impl.interceptor that return CommandContextFactoryMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionvoid
CommandContextInterceptor.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)