Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.event |
This package define the workflow related events
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskService.assignTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskId,
String assignee,
String comment)
Deprecated.
|
Task |
TaskService.assignTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskId,
String assignee,
String comment,
Date dueDate)
Assigns the given task
|
Task |
TaskService.completeTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskId,
String outcome,
String comment)
Completes the given task.
|
Task |
TaskService.createTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskName,
String assignee,
String comment)
Create a task on the content in the current State.
|
Task |
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.
|
Task |
TaskService.editTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskId,
String newTaskName)
Deprecated.
|
Task |
TaskService.editTask(com.atlassian.confluence.core.ContentEntityObject content,
String taskId,
String newTaskName,
String newComment,
Date dueDate)
Edits a currently existing task
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskUpdatedEvent.getOldTask()
Returns the previous version of the task before this update event.
|
Task |
TaskEvent.getTask() |
Modifier and Type | Method and Description |
---|---|
Task |
ContentTask.getTask() |
Modifier and Type | Method and Description |
---|---|
List<? extends Task> |
State.getAllTasks()
Returns the list of all tasks (completed or not) in the state
|
List<? extends Task> |
State.getTasks()
Returns the list of active tasks in the state
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.