java.util.List<ContentTask> |
TaskService.getActiveTasks(com.atlassian.confluence.core.ContentEntityObject ceo) |
Returns a list of tasks which are currently active on the given content
object.
|
java.util.List<ContentTask> |
TaskService.getCompletedTasks(com.atlassian.confluence.core.ContentEntityObject ceo) |
Returns a list of tasks which are completed on the given content object.
|
java.util.List<ContentTask> |
TaskService.getTasks(com.atlassian.confluence.core.ContentEntityObject ceo) |
Returns all tasks which are on the given content object.
|