| Modifier and Type | Method and Description |
|---|---|
ITask |
ITask.getParentTask()
Returns the parent task of the current task.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ITask> |
IProjectPlanningDataProvider.getAllTasksForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all tasks which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends ITask> |
IProjectPlan.getRootTasks()
Returns the root (level 1) tasks of the project plan.
|
java.util.List<? extends ITask> |
IProjectPlan.getRootTasks(int sortingCriterion)
Returns the root (level 1) tasks of the project plan.
|
java.util.List<? extends ITask> |
IProjectPlan.getRootTasks(java.lang.String sortingProperty)
Returns the root (level 1) tasks of the project plan.
|
java.util.List<? extends ITask> |
ITask.getSubTasks()
Returns the sub tasks of the current task.
|
java.util.List<? extends ITask> |
ITask.getSubTasks(int sortingCriterion)
Returns the sub tasks of the current task.
|
java.util.List<? extends ITask> |
ITask.getSubTasks(java.lang.String sortingProperty)
Returns the sub tasks of the current task.
|