Modifier and Type | Field and Description |
---|---|
static Key<Task,Integer> |
Asn.TASK
The task to which a resource is assigned.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskCollection.add()
Adds new task to project tasks collection on the same outline level of the last task.
|
Task |
TaskCollection.add(RecurringTaskParameters parameters)
Inserts a new task before a task with the specified id and on the same outline level.
|
Task |
TaskCollection.add(String taskName)
Adds a new task to children tasks collection.
|
Task |
TaskCollection.add(String taskName,
int beforeTaskId)
Inserts a new task before a task with the specified id and on the same outline level.
|
static Task |
TaskUtils.filter(Task root,
ICondition<Task> cond)
Builds new tree of tasks which satisfy the condition.
|
static Task |
TaskUtils.find(Task root,
ICondition<Task> cond)
Finds a task which satisfy the condition in a tree of tasks.
|
Task |
TaskCollection.get(int index)
(@inheritDoc}
|
Task |
TaskCollection.getById(int id)
Returns a task with the specified Id whose ancestor is parent task of this collection .
|
Task |
TaskCollection.getByUid(int uid)
Returns a task with the specified Uid whose ancestor is parent task of this collection .
|
Task |
Task.getParentTask()
Gets the parent task of a task.
|
Task |
TaskBaselineCollection.getParentTask()
Parent
Task for this collection. |
Task |
TaskLink.getPredTask()
The predecessor task.
|
Task |
Project.getRootTask()
Gets the root of the tree of tasks.
|
Task |
TaskLink.getSuccTask()
The successor task.
|
Task |
RecurringTaskInfo.getTask()
Returns the parent task of this instance of
RecurringTaskInfo class. |
Task |
RiskPattern.getTask()
Gets a project task to which this risk pattern is applied.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Task,RiskItemStatistics>> |
RiskItemStatisticsCollection.entrySet()
Returns a
Set view of the mappings contained in this map. |
List<Task> |
ChildTasksCollector.getTasks()
Returns list of collected child objects (tasks).
|
Comparator<Task> |
SaveOptions.getTasksComparer()
Gets the comparer to sort tasks on Gantt Chart.
|
Set<Task> |
RiskItemStatisticsCollection.keySet()
Returns a
Set view of the keys contained in this map. |
List<Task> |
Project.selectAllChildTasks()
Recursively collects all child tasks of this task.
|
Iterable<Task> |
Task.selectAllChildTasks()
Recursively collects all child tasks of this task.
|
List<Task> |
TaskCollection.toList()
Converts the TaskCollection object to a list of
Task objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskCollection.add(Task child)
Add the specified task to the instance of the
TaskCollection class. |
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource)
Adds new assignment to the ResourceAssignmentCollection.
|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource,
double units)
Adds new assignment to the ResourceAssignmentCollection.
|
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ)
Returns an instance of Finish-Start
TaskLink which has been added to the TaskLinkCollection object. |
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ,
int linkType)
Returns an instance of
TaskLink which has been added to the TaskLinkCollection object. |
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ,
int linkType,
Duration lag)
Returns an instance of
TaskLink which has been added to the TaskLinkCollection object. |
void |
CheckCircuit.alg(Task el,
int level)
Check if the specified object was already processed.
|
void |
ChildTasksCollector.alg(Task el,
int level)
Processes the specified object.
|
void |
RemoveTask.alg(Task el,
int level)
Do nothing.
|
static void |
TaskUtils.apply(Task root,
ITreeAlgorithm<Task> alg,
int level)
Applies specified algorithm to each task of a tree.
|
boolean |
Task.equals(Task other)
Returns a value indicating whether this instance is equal to a specified task.
|
static Task |
TaskUtils.filter(Task root,
ICondition<Task> cond)
Builds new tree of tasks which satisfy the condition.
|
static Task |
TaskUtils.find(Task root,
ICondition<Task> cond)
Finds a task which satisfy the condition in a tree of tasks.
|
RiskPattern |
RiskPatternCollection.get_Item(Task task)
Gets the instance of the
RiskPattern class for the specified task. |
String |
GanttChartColumn.getColumnText(Task task)
Converts current task to the column text.
|
TaskLinkCollection |
Project.getPredecessors(Task task)
Returns a collection of task links which are predecessors of the specified task.
|
Date |
Calendar.getTaskFinishDateFromDuration(Task task,
double duration)
Calculates the task finish date and time from its start date, split parts and the duration.
|
abstract String |
BarStyle.TaskToBarTextConverter.invoke(Task task)
Task's data to bar text converter.
|
String |
TaskToColumnTextConverter.invoke(Task task)
Retrieves the text for the column.
|
void |
CheckCircuit.postAlg(Task el,
int level)
Do nothing.
|
void |
ChildTasksCollector.postAlg(Task el,
int level)
Do nothing.
|
void |
RemoveTask.postAlg(Task el,
int level)
Do nothing.
|
void |
CheckCircuit.preAlg(Task el,
int level)
Do nothing.
|
void |
ChildTasksCollector.preAlg(Task el,
int level)
Do nothing.
|
void |
RemoveTask.preAlg(Task el,
int level)
Removes the task from the specified parent task.
|
RiskItemStatistics |
RiskItemStatisticsCollection.put(Task key,
RiskItemStatistics value)
Associates the specified value with the specified key in this map.
|
void |
TaskLink.setPredTask(Task value)
Sets the predecessor task.
|
void |
TaskLink.setSuccTask(Task value)
Sets the successor task.
|
static int |
TaskUtils.taskChildrenCount(Task task)
Recursively calculates a number of task's children tasks through all levels.
|
Modifier and Type | Method and Description |
---|---|
static void |
TaskUtils.apply(Task root,
ITreeAlgorithm<Task> alg,
int level)
Applies specified algorithm to each task of a tree.
|
static Task |
TaskUtils.filter(Task root,
ICondition<Task> cond)
Builds new tree of tasks which satisfy the condition.
|
static Task |
TaskUtils.find(Task root,
ICondition<Task> cond)
Finds a task which satisfy the condition in a tree of tasks.
|
void |
RiskItemStatisticsCollection.putAll(Map<? extends Task,? extends RiskItemStatistics> m)
Copies all of the mappings from the specified map to this map.
|
void |
Project.rescheduleUncompletedWorkToStartAfter(Date after,
List<Task> tasks)
Reschedules uncompleted work for a specified list of tasks to start after a specified date.
|
void |
Project.setBaseline(int baselineType,
Iterable<Task> tasks)
Saves baseline fields to the specified baseline for the selected tasks.
|
void |
SaveOptions.setTasksComparer(Comparator<Task> value)
Sets task comparator to sort tasks on Gantt Chart.
|
void |
Project.updateProjectWorkAsComplete(Date completeThrough,
boolean setZeroOrHundredPercentCompleteOnly,
List<Task> tasks)
Updates all work as complete through a specified date for the specified list of tasks.
|
Constructor and Description |
---|
RemoveTask(Task task)
Initializes a new instance of the
RemoveTask class. |
RiskPattern(Task task)
Initializes a new instance of the
RiskPattern class. |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.