Uses of Class
org.operaton.bpm.engine.impl.interceptor.CommandContextFactory
Packages that use CommandContextFactory
-
Uses of CommandContextFactory in org.operaton.bpm.engine.impl.cfg
Fields in org.operaton.bpm.engine.impl.cfg declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryProcessEngineConfigurationImpl.commandContextFactoryprotected CommandContextFactoryAbstractTransactionProcessEngineConfiguration.dbSchemaOperationsCommandContextFactoryCommandContextFactoryto be used for DbSchemaOperationsMethods in org.operaton.bpm.engine.impl.cfg that return CommandContextFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandContextFactory()AbstractTransactionProcessEngineConfiguration.getDbSchemaOperationsCommandContextFactory()Methods in org.operaton.bpm.engine.impl.cfg with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommandContextFactory(CommandContextFactory commandContextFactory) voidAbstractTransactionProcessEngineConfiguration.setDbSchemaOperationsCommandContextFactory(CommandContextFactory dbSchemaOperationsCommandContextFactory) -
Uses of CommandContextFactory in org.operaton.bpm.engine.impl.interceptor
Subclasses of CommandContextFactory in org.operaton.bpm.engine.impl.interceptorModifier and TypeClassDescriptionclassThisCommandContextFactoryallows to explicitly pass in aTransactionContextFactory.Fields in org.operaton.bpm.engine.impl.interceptor declared as CommandContextFactoryModifier and TypeFieldDescriptionprotected CommandContextFactoryCommandContextInterceptor.commandContextFactoryMethods in org.operaton.bpm.engine.impl.interceptor that return CommandContextFactoryMethods in org.operaton.bpm.engine.impl.interceptor with parameters of type CommandContextFactoryModifier and TypeMethodDescriptionvoidCommandContextInterceptor.setCommandContextFactory(CommandContextFactory commandContextFactory) Constructors in org.operaton.bpm.engine.impl.interceptor with parameters of type CommandContextFactoryModifierConstructorDescriptionCommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration) CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration, boolean alwaysOpenNew)