Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
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 |
Task.getExistingResourceAssignment(Resource resource)
Retrieves an existing resource assignment if one is present,
to prevent duplicate resource assignments being added.
|
Modifier and Type | Method and Description |
---|---|
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 |
Resource.addResourceAssignment(ResourceAssignment assignment)
This method is used internally within MPXJ to track tasks which are
assigned to a particular resource.
|
void |
Task.addResourceAssignment(ResourceAssignment assignment)
Add a resource assignment which has been populated elsewhere.
|
void |
EventManager.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 |
EventManager.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.
|
void |
ResourceAssignmentContainer.removed(ResourceAssignment assignment) |
Constructor and Description |
---|
ManuallyScheduledTaskCalendar(ProjectCalendar calendar,
ResourceAssignment assignment)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
SplitTaskFactory.processSplitData(ResourceAssignment assignment,
List<TimephasedWork> timephasedComplete,
List<TimephasedWork> timephasedPlanned)
Process the timephased resource assignment data to work out the
split structure of the task.
|
Constructor and Description |
---|
DefaultTimephasedCostContainer(ResourceAssignment assignment,
TimephasedNormaliser<TimephasedCost> normaliser,
List<TimephasedCost> data,
boolean raw)
Constructor.
|
DefaultTimephasedWorkContainer(ResourceAssignment assignment,
TimephasedNormaliser<TimephasedWork> normaliser,
List<TimephasedWork> data,
boolean raw)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectListener.assignmentRead(ResourceAssignment assignment) |
void |
ProjectListener.assignmentRead(ResourceAssignment assignment)
This method is called when an assignment is read from a file.
|
void |
DefaultProjectListener.assignmentWritten(ResourceAssignment assignment) |
void |
ProjectListener.assignmentWritten(ResourceAssignment assignment)
This method is called when an assignment is written to a file.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.