| Package | Description |
|---|---|
| com.podio.task |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskAPI.getTask(int taskId)
Returns the task with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TasksByDue.getByDueStatus(TaskDueStatus status) |
List<Task> |
TaskAPI.getCompletedTasks()
Returns the tasks that is completed and where the active user is
responsible.
|
List<Task> |
TasksWithResponsible.getTasks() |
List<Task> |
TaskAPI.getTasksWithReference(Reference reference)
Gets a list of tasks with a reference to the given object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TasksByDue.setByDueStatus(String status,
List<Task> tasks) |
void |
TasksWithResponsible.setTasks(List<Task> tasks) |
Copyright © 2014. All Rights Reserved.