Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
-
Uses of CommandContextFactory in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected CommandContextFactory
ProcessEngineConfigurationImpl.commandContextFactory
protected CommandContextFactory
AbstractTransactionProcessEngineConfiguration.dbSchemaOperationsCommandContextFactory
CommandContextFactory
to be used for DbSchemaOperationsModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandContextFactory()
AbstractTransactionProcessEngineConfiguration.getDbSchemaOperationsCommandContextFactory()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommandContextFactory
(CommandContextFactory commandContextFactory) void
AbstractTransactionProcessEngineConfiguration.setDbSchemaOperationsCommandContextFactory
(CommandContextFactory dbSchemaOperationsCommandContextFactory) -
Uses of CommandContextFactory in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeClassDescriptionclass
ThisCommandContextFactory
allows to explicitly pass in aTransactionContextFactory
.Modifier and TypeFieldDescriptionprotected CommandContextFactory
CommandContextInterceptor.commandContextFactory
Modifier and TypeMethodDescriptionvoid
CommandContextInterceptor.setCommandContextFactory
(CommandContextFactory commandContextFactory) ModifierConstructorDescriptionCommandContextInterceptor
(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration) CommandContextInterceptor
(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration, boolean alwaysOpenNew)