Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory

Packages that use CommandContextFactory
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.interceptor   
 

Uses of CommandContextFactory in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as CommandContextFactory
protected  CommandContextFactory ProcessEngineConfigurationImpl.commandContextFactory
           
protected  CommandContextFactory JtaProcessEngineConfiguration.dbSchemaOperationsCommandContextFactory
          CommandContextFactory to be used for DbSchemaOperations
 

Methods in org.camunda.bpm.engine.impl.cfg that return CommandContextFactory
 CommandContextFactory ProcessEngineConfigurationImpl.getCommandContextFactory()
           
 CommandContextFactory JtaProcessEngineConfiguration.getDbSchemaOperationsCommandContextFactory()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandContextFactory
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCommandContextFactory(CommandContextFactory commandContextFactory)
           
 void JtaProcessEngineConfiguration.setDbSchemaOperationsCommandContextFactory(CommandContextFactory dbSchemaOperationsCommandContextFactory)
           
 

Uses of CommandContextFactory in org.camunda.bpm.engine.impl.interceptor
 

Subclasses of CommandContextFactory in org.camunda.bpm.engine.impl.interceptor
 class TxContextCommandContextFactory
          This CommandContextFactory allows to explicitly pass in a TransactionContextFactory.
 

Fields in org.camunda.bpm.engine.impl.interceptor declared as CommandContextFactory
protected  CommandContextFactory CommandContextInterceptor.commandContextFactory
           
 

Methods in org.camunda.bpm.engine.impl.interceptor that return CommandContextFactory
 CommandContextFactory CommandContextInterceptor.getCommandContextFactory()
           
 

Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandContextFactory
 void CommandContextInterceptor.setCommandContextFactory(CommandContextFactory commandContextFactory)
           
 

Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandContextFactory
CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
           
CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration, boolean alwaysOpenNew)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.