Uses of Interface
com.comalatech.workflow.model.Task
Packages that use Task
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
This package define the workflow related events
This package define the Ad hoc Workflows object model
-
Uses of Task in com.comalatech.workflow
Methods in com.comalatech.workflow that return TaskModifier and TypeMethodDescriptionTaskService.assignTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String assignee, String comment) Assigns the given taskTaskService.assignTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String assignee, String comment, Date dueDate) Assigns the given taskTaskService.completeTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String comment) Completes the given task.TaskService.completeTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String outcome, String comment) Deprecated.TaskService.createTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskName, String assignee, String comment) Create a task on the content in the current State.TaskService.createTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskName, String assignee, String comment, Date dueDate) Create a task on the content in the current State.TaskService.editTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String newTaskName, String newComment, Date dueDate) Edits a currently existing task. -
Uses of Task in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return TaskModifier and TypeMethodDescriptionTaskUpdatedEvent.getOldTask()
Returns the previous version of the task before this update event.TaskEvent.getTask()
-
Uses of Task in com.comalatech.workflow.model
Methods in com.comalatech.workflow.model that return TaskMethods in com.comalatech.workflow.model that return types with arguments of type Task
TaskService.completeTask(ContentEntityObject, String, String)
instead