Uses of Interface
com.comalatech.workflow.model.ContentTask
-
Packages that use ContentTask Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows information -
-
Uses of ContentTask in com.comalatech.workflow
Methods in com.comalatech.workflow that return types with arguments of type ContentTask Modifier and Type Method Description List<ContentTask>
TaskService. getActiveTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns a list of tasks which are currently active on the given content object.List<ContentTask>
TaskService. getCompletedTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns a list of tasks which are completed on the given content object.List<ContentTask>
TaskService. getTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns all tasks which are on the given content object.
-