Uses of Interface
com.comalatech.workflow.model.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
Modifier 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
Modifier and TypeMethodDescriptionTaskUpdatedEvent.getOldTask()
Returns the previous version of the task before this update event.TaskEvent.getTask()
-
Uses of Task in com.comalatech.workflow.model
TaskService.completeTask(ContentEntityObject, String, String)
instead