Example #1
0
 public CallableAnonymousInnerClass(AbstractDeleteProcessInstanceCmd outerInstance, CommandContext commandContext, string deleteReason, bool skipCustomListeners, bool skipIoMappings, ExecutionEntity superExecution)
 {
     this.outerInstance       = outerInstance;
     this.commandContext      = commandContext;
     this.deleteReason        = deleteReason;
     this.skipCustomListeners = skipCustomListeners;
     this.skipIoMappings      = skipIoMappings;
     this.superExecution      = superExecution;
 }
Example #2
0
 public HistoryEventCreatorAnonymousInnerClass(AbstractDeleteProcessInstanceCmd outerInstance)
 {
     this.outerInstance = outerInstance;
 }