Package | Description |
---|---|
com.llwork.external.task |
Modifier and Type | Class and Description |
---|---|
class |
TaskData
Implementation of LLwork of the interface ITaskData.
|
Modifier and Type | Method and Description |
---|---|
ITaskData[] |
ITaskManager.getAllOverdoneTasks(java.util.Date loadUntil,
boolean includingCurrents)
Should return all overdone tasks
|
ITaskData[] |
ITaskManager.getAllTasks(long loadFromInMillis,
java.util.Date loadUntil,
boolean collectByLastModificationDate)
Should return all tasks that are created, modified or received between the loadFromInMillis till loadUntil
|
ITaskData[] |
ITaskManager.getTodaysTasks()
This application should return all todays tasks
|
Modifier and Type | Method and Description |
---|---|
boolean |
ITaskManager.createTask(ITaskData taskData,
boolean saveImmediately,
boolean openExternal)
Creates an task in the external application.
|
boolean |
ITaskManager.modifyTask(ITaskData taskData)
Modify the task by the provided task data
|