public interface ChildTaskContainer
| Modifier and Type | Method and Description |
|---|---|
Task |
addTask()
Creates and adds a task to the list of tasks held by this object.
|
List<Task> |
getChildTasks()
Retrieve a list of child tasks held by this object.
|
Copyright © 2000–2025 MPXJ. All rights reserved.