Uses of Class
wt.projmgmt.msproject.mppobject.MPPTask

Packages that use MPPTask
wt.projmgmt.msproject.mppobject   
 

Uses of MPPTask in wt.projmgmt.msproject.mppobject
 

Fields in wt.projmgmt.msproject.mppobject declared as MPPTask
(package private)  MPPTask MPPAssignment.task
           
 

Methods in wt.projmgmt.msproject.mppobject that return MPPTask
 MPPTask MPPTaskBuilder.getTask()
           
private  MPPTask MPPTask.getPredecessor(long uid)
          Get the predecessor MPPTask that has the specified UID.
 MPPTask MPPPlan.getTask(long uid)
          Get the task with the specified UID.
 MPPTask MPPAssignment.getTask()
          Get the MPPTask associated with this assignment.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type MPPTask
private  void MPPPlanBuilder.processTask0(MPPTask task0)
          Copy the attributes from Task 0 to this builder's plan.
private static void MPPPlanBuilder.addToStack(MPPTask task, Stack taskStack)
          This method is a utility method used by the #setParents method.
private static MPPExecutionObject MPPPlanBuilder.getInScopeParent(MPPTask task, TaskScope scope)
          Get the in scope parent for the specified task.
private static Map MPPPlanBuilder.getInScopePredecessors(MPPTask task, Map tasks, TaskScope scope)
          Find the in scope predecessors for the specified task.
private static boolean MPPPlanBuilder.isInScope(MPPTask task, TaskScope scope)
          Return true if the specified task is in scope (based on the import info).
protected  void MPPExecutionObject.addChild(MPPTask child)
          Add a task to this object's collection of children.
 void MPPAssignment.setTask(MPPTask task)
          Set the MPPTask associated with this assignment.