Example #1
0
 public CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration, bool alwaysOpenNew) : this(commandContextFactory, processEngineConfiguration)
 {
     this.alwaysOpenNew = alwaysOpenNew;
 }
Example #2
0
 public CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
 {
     this.commandContextFactory      = commandContextFactory;
     this.processEngineConfiguration = processEngineConfiguration;
 }