Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.asta | |
net.sf.mpxj.common | |
net.sf.mpxj.listener | |
net.sf.mpxj.mpx | |
net.sf.mpxj.primavera |
Modifier and Type | Method and Description |
---|---|
Task |
TaskContainer.add()
Add a task to the project.
|
Task |
ChildTaskContainer.addTask()
Creates and adds a task to the list of tasks held by this object.
|
Task |
ProjectFile.addTask()
This method allows a task to be added to the file programmatically.
|
Task |
Task.addTask()
This method allows nested tasks to be added, with the WBS being
completed automatically.
|
Task |
Task.getBaselineTask()
If the parent ProjectFile has one or more baseline ProjectFile instances,
this method will allow you to retrieve the baseline task associated
with this current task.
|
Task |
Task.getBaselineTask(int index)
If the parent ProjectFile has one or more baseline ProjectFile instances,
this method will allow you to retrieve the baseline task associated
with this current task.
|
Task |
Task.getParentTask()
This method retrieves a reference to the parent of this task, as
defined by the outline level.
|
Task |
Relation.getPredecessorTask()
Retrieve the predecessor task of this relationship.
|
Task |
Relation.getSourceTask()
Deprecated.
use getPredecessorTask() and getSuccessorTask()
|
Task |
Relation.getSuccessorTask()
Retrieve the successor task of this relationship.
|
Task |
Relation.getTargetTask()
Deprecated.
use getPredecessorTask() and getSuccessorTask()
|
Task |
ExpenseItem.getTask()
Retrieve the parent task for this expense item.
|
Task |
ResourceAssignment.getTask()
This method retrieves a reference to the task with which this
assignment is associated.
|
Task |
Step.getTask()
Retrieve the parent task.
|
Task |
ProjectFile.getTaskByID(Integer id)
This method allows an arbitrary task to be retrieved based
on its ID field.
|
Task |
ProjectFile.getTaskByUniqueID(Integer id)
This method allows an arbitrary task to be retrieved based
on its UniqueID field.
|
Modifier and Type | Method and Description |
---|---|
List<Task> |
ChildTaskContainer.getChildTasks()
Retrieve a list of child tasks held by this object.
|
List<Task> |
ProjectFile.getChildTasks()
This method is used to retrieve a list of all top level tasks
defined in this project file.
|
List<Task> |
Task.getChildTasks()
This method retrieves a list of child tasks relative to the
current task, as defined by the outline level.
|
List<Task> |
ProjectCalendar.getTasks()
Retrieve a list of tasks which use this calendar.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.addChildTask(Task child)
This method is used to associate a child task with the current
task instance.
|
void |
Task.addChildTask(Task child,
int childOutlineLevel)
This method is used to associate a child task with the current
task instance.
|
void |
Task.addChildTaskBefore(Task child,
Task previousSibling)
Inserts a child task prior to a given sibling task.
|
int |
Task.compareTo(Task o)
This method implements the only method in the Comparable interface.
|
void |
EventManager.fireTaskReadEvent(Task task)
This method is called to alert project listeners to the fact that
a task has been read from a project file.
|
void |
EventManager.fireTaskWrittenEvent(Task task)
This method is called to alert project listeners to the fact that
a task has been written to a project file.
|
void |
Task.generateOutlineNumber(Task parent)
This method is used to automatically generate a value
for the Outline Number field of this task.
|
void |
Task.generateWBS(Task parent)
This method is used to automatically generate a value
for the WBS field of this task.
|
protected Object |
DefaultBaselineStrategy.getKeyForTask(Task task)
This method is used to generate the key which connect tasks from the
current and baseline schedules.
|
List<Relation> |
RelationContainer.getPredecessors(Task task)
Retrieve the predecessors for a given task.
|
List<Relation> |
RelationContainer.getRawSuccessors(Task task)
Retrieve the successors for a task in their "raw" form where each
Relation instance lists the successor as the source task attribute and
the predecessor as the target task attribute.
|
List<Relation> |
RelationContainer.getSuccessors(Task task)
Retrieve the successors of a given task.
|
boolean |
Task.isPredecessor(Task task)
Utility method used to determine if the supplied task
is a predecessor of the current task.
|
boolean |
Task.isSuccessor(Task task)
Utility method used to determine if the supplied task
is a successor of the current task.
|
boolean |
Task.isSucessor(Task task)
Deprecated.
use isSuccessor
|
Relation.Builder |
Relation.Builder.predecessorTask(Task value)
Add the predecessor task.
|
void |
Task.removeChildTask(Task child)
Removes a child task.
|
void |
TaskContainer.removed(Task task) |
boolean |
Task.removePredecessor(Task targetTask,
RelationType type,
Duration lag)
This method allows a predecessor relationship to be removed from this
task instance.
|
boolean |
RelationContainer.removePredecessor(Task successorTask,
Task predecessorTask,
RelationType type,
Duration lag)
Remove a matching predecessor relationship from a task.
|
void |
ProjectFile.removeTask(Task task)
This method is used to remove a task from the project.
|
Relation.Builder |
Relation.Builder.sourceTask(Task value)
Deprecated.
use predecessorTask() or successorTask()
|
Relation.Builder |
Relation.Builder.successorTask(Task value)
Add the successor task.
|
Relation.Builder |
Relation.Builder.targetTask(Task value)
Deprecated.
use predecessorTask() or successorTask()
|
Constructor and Description |
---|
Builder(Task task)
Constructor.
|
Builder(Task task)
Constructor.
|
ResourceAssignment(ProjectFile file,
Task task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AstaBaselineStrategy.getKeyForTask(Task task) |
Modifier and Type | Method and Description |
---|---|
static void |
SlackHelper.inferSlack(Task task)
Given a task with only a total slack value,
infer and set the appropriate values for start and finish slack.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectListener.taskRead(Task task) |
void |
ProjectListener.taskRead(Task task)
This method is called when a task is read from a file.
|
void |
DefaultProjectListener.taskWritten(Task task) |
void |
ProjectListener.taskWritten(Task task)
This method is called when a task is written to a file.
|
Modifier and Type | Method and Description |
---|---|
Task |
MPXReader.DeferredRelationship.getTask()
Retrieve the parent task.
|
Modifier and Type | Method and Description |
---|---|
void |
MPXReader.DeferredRelationship.setTask(Task task)
Set the parent task instance.
|
Modifier and Type | Method and Description |
---|---|
Task |
ExternalRelation.getTargetTask()
Retrieve the target task of this relationship.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PrimaveraBaselineStrategy.getKeyForTask(Task task) |
Constructor and Description |
---|
ExternalRelation(Integer uniqueID,
Integer sourceUniqueID,
Task targetTask,
RelationType type,
Duration lag,
boolean predecessor,
String notes)
Default constructor.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.