| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.listener |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceAssignment> |
ProjectFile.getAllResourceAssignments()
Retrieves a list of all resource assignments in this project.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.