| Package | Description |
|---|---|
| org.mpxj | |
| org.mpxj.common | |
| org.mpxj.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporaryResourceAssignment
Represents a temporary resourc eassignment which does not form part f a schedule.
|
| 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> |
ResourceAssignmentContainer.getByResourceUniqueID(Integer resourceUniqueID)
Retrieve resource assignments by resource unique ID.
|
List<ResourceAssignment> |
ResourceAssignmentContainer.getByTaskUniqueID(Integer taskUniqueID)
Retrieve resource assignments by task unique ID.
|
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 |
|---|---|
protected void |
ResourceAssignmentContainer.added(ResourceAssignment assignment) |
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) |
| 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–2026 MPXJ. All rights reserved.