Uses of Class
org.flowable.common.engine.impl.interceptor.CommandContextFactory
-
Packages that use CommandContextFactory Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.interceptor -
-
Uses of CommandContextFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryAbstractEngineConfiguration. commandContextFactoryMethods in org.flowable.common.engine.impl that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryAbstractEngineConfiguration. getCommandContextFactory()Methods in org.flowable.common.engine.impl with parameters of type CommandContextFactory Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCommandContextFactory(CommandContextFactory commandContextFactory) -
Uses of CommandContextFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryCommandContextInterceptor. commandContextFactoryMethods in org.flowable.common.engine.impl.interceptor that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryCommandContextInterceptor. getCommandContextFactory()Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextFactory Modifier and Type Method Description voidCommandContextInterceptor. setCommandContextFactory(CommandContextFactory commandContextFactory)Constructors in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextFactory Constructor Description CommandContextInterceptor(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-