public CallableAnonymousInnerClass(MigrateProcessInstanceCmd outerInstance, CommandContext commandContext,
                                    IMigrationPlan migrationPlan, ICollection <string> processInstanceIds,
                                    ProcessDefinitionEntity targetDefinition)
 {
     this._outerInstance      = outerInstance;
     this._commandContext     = commandContext;
     this._migrationPlan      = migrationPlan;
     this._processInstanceIds = processInstanceIds;
     this._targetDefinition   = targetDefinition;
 }
 public CallableAnonymousInnerClass2(MigrateProcessInstanceCmd outerInstance, ThreadStart runnable)
 {
     this._outerInstance = outerInstance;
     this._runnable      = runnable;
 }