Uses of Class
net.sf.mpxj.ResourceAssignment

Packages that use ResourceAssignment
net.sf.mpxj   
net.sf.mpxj.listener   
 

Uses of ResourceAssignment in net.sf.mpxj
 

Methods in net.sf.mpxj that return ResourceAssignment
 ResourceAssignment Task.addResourceAssignment(Resource resource)
          This method allows a resource assignment to be added to the current task.
 ResourceAssignment ProjectFile.newResourceAssignment(Task task)
          This method has been provided to allow the subclasses to instantiate ResourecAssignment instances.
 

Methods in net.sf.mpxj that return types with arguments of type ResourceAssignment
 List<ResourceAssignment> ProjectFile.getAllResourceAssignments()
          This method is used to retrieve a list of all of the resource assignments that are defined in this MPX file.
 List<ResourceAssignment> Task.getResourceAssignments()
          This method allows the list of resource assignments for this task to be retrieved.
 List<ResourceAssignment> Resource.getTaskAssignments()
          Retrieve a list of tasks assigned to this resource.
 

Methods in net.sf.mpxj with parameters of type ResourceAssignment
 void Task.addResourceAssignment(ResourceAssignment assignment)
          Add a resource assignment which has been populated elsewhere.
 void Resource.addResourceAssignment(ResourceAssignment assignment)
          This method is used internally within MPXJ to track tasks which are assigned to a particular resource.
 void ProjectFile.fireAssignmentReadEvent(ResourceAssignment resourceAssignment)
          This method is called to alert project listeners to the fact that a resource assignment has been read from a project file.
 void ProjectFile.fireAssignmentWrittenEvent(ResourceAssignment resourceAssignment)
          This method is called to alert project listeners to the fact that a resource assignment has been written to a project file.
 

Uses of ResourceAssignment in net.sf.mpxj.listener
 

Methods in net.sf.mpxj.listener with parameters of type ResourceAssignment
 void ProjectListener.assignmentRead(ResourceAssignment assignment)
          This method is called when an assignment is read from a file.
 void DefaultProjectListener.assignmentRead(ResourceAssignment assignment)
          This method is called when an assignment is read from a file.
 void ProjectListener.assignmentWritten(ResourceAssignment assignment)
          This method is called when an assignment is written to a file.
 void DefaultProjectListener.assignmentWritten(ResourceAssignment assignment)
          This method is called when an assignment is written to a file.
 



Copyright © 2012. All Rights Reserved.