Package com.projity.undo

Examples of com.projity.undo.ScheduleBackupEdit


        transactionProject = task.getProject();
        transactionProject.beginUndoUpdate();
        transactionId = transactionProject.fireMultipleTransaction(0,true);
       
        //backup before any assignment operation
        transactionProject.getUndoController().getEditSupport().postEdit(new ScheduleBackupEdit(tasks,this));
      }
      // if task currently has no assignments, then we should not change duration if adding several at once
      boolean taskHasNoAssignments = !task.hasRealAssignments() || !task.hasLaborAssignment();
      int oldSchedulingType = task.getSchedulingType();
      boolean oldEffortDriven = task.isEffortDriven();
View Full Code Here

TOP

Related Classes of com.projity.undo.ScheduleBackupEdit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.