Uses of Class
com.aspose.tasks.TaskCollection
-
-
Uses of TaskCollection in com.aspose.tasks
Methods in com.aspose.tasks that return TaskCollection Modifier and Type Method Description TaskCollection
Task. getChildren()
Gets a child task collection of this object.TaskCollection
Project. getCriticalPath()
Gets a collection which contains a list of Critical tasks which comprise Critical Path of this project.TaskCollection
Task. getPredecessors()
Gets aTaskCollection
object which contains all predecessors of this Task object.TaskCollection
Task. getSuccessors()
Gets aTaskCollection
object which contains all successors of this Task object.
-