Beispiel #1
0
 public CommandAnonymousInnerClass2(CommandContextInterceptorTest outerInstance, org.camunda.bpm.engine.test.standalone.interceptor.CommandContextInterceptorTest.ExceptionThrowingCmd innerCommand1, org.camunda.bpm.engine.test.standalone.interceptor.CommandContextInterceptorTest.ExceptionThrowingCmd innerCommand2)
 {
     this.outerInstance = outerInstance;
     this.innerCommand1 = innerCommand1;
     this.innerCommand2 = innerCommand2;
 }
Beispiel #2
0
 public IdentifiableRuntimeException(CommandContextInterceptorTest outerInstance, int id)
 {
     this.outerInstance = outerInstance;
     this.id            = id;
 }
Beispiel #3
0
 public CommandAnonymousInnerClass(CommandContextInterceptorTest outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Beispiel #4
0
 public ExceptionThrowingCmd(CommandContextInterceptorTest outerInstance, Exception e)
 {
     this.outerInstance = outerInstance;
     executed           = false;
     exceptionToThrow   = e;
 }