Package | Description |
---|---|
com.llwork.external.project |
Modifier and Type | Method and Description |
---|---|
Task[] |
Task.getChildTasks()
Returns all child tasks
|
Task[] |
IProjectEditorManager.importTasks(java.lang.String timetableFileName)
LLworkplace requests for all defined tasks and their data in the external application
|
Modifier and Type | Method and Description |
---|---|
void |
Task.addChildTask(Task task)
Adds an sub task
|
void |
IProjectEditorManager.addTasks(Task[] tasks,
java.lang.String timetableFileName)
Adds a collection of tasks to the time table
|
boolean |
IProjectEditorManager.editTasks(Task[] tasks,
java.lang.String timetableFileName)
The tasks of the provided tasks should be edited
|