void |
WorkflowService.addWorkflowTemplate(com.atlassian.confluence.spaces.Space space,
java.lang.String workflowMarkup) |
Deprecated.
|
Approval |
ApprovalService.approve(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String name,
java.lang.String userName,
java.lang.String password,
java.lang.String comment) |
Approves the content.
|
void |
ApprovalService.assign(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String name,
Assignee assignee,
java.lang.String comment) |
Assigns the named approval on the given content
|
Task |
TaskService.assignTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String assignee,
java.lang.String comment) |
Assigns the given task
|
Task |
TaskService.assignTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String assignee,
java.lang.String comment,
java.util.Date dueDate) |
Assigns the given task
|
Task |
TaskService.completeTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String comment) |
Completes the given task.
|
Task |
TaskService.completeTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String outcome,
java.lang.String comment) |
Deprecated.
|
Task |
TaskService.createTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskName,
java.lang.String assignee,
java.lang.String comment) |
Create a task on the content in the current State.
|
Task |
TaskService.createTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskName,
java.lang.String assignee,
java.lang.String comment,
java.util.Date dueDate) |
Create a task on the content in the current State.
|
Task |
TaskService.editTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String newTaskName,
java.lang.String newComment,
java.util.Date dueDate) |
Edits a currently existing task.
|
Workflow |
WorkflowService.loadWorkflow(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String workflowMarkup) |
Loads the given workflowMarkup into the content
|
Workflow |
WorkflowService.loadWorkflow(com.atlassian.confluence.spaces.Space space,
java.lang.String workflowMarkup) |
Loads the given workflowMarkup as a space workflow.
|
Rejection |
ApprovalService.reject(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String name,
java.lang.String userName,
java.lang.String password,
java.lang.String comment) |
Rejects the content
|
void |
TaskService.removeTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId) |
Removes a given task
|
void |
TaskService.removeTask(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String taskId,
java.lang.String comment) |
Removes a given task
|
void |
WorkflowParameterManager.setPageWorkflowParameterValue(com.atlassian.confluence.pages.AbstractPage page,
WorkflowParameter workflowParameter) |
Sets a workflow parameter value on a given page.
|
void |
WorkflowParameterManager.setSpaceWorkflowParameter(java.lang.String spaceKey,
WorkflowParameter workflowParameter) |
Sets a workflow parameter in the given space.
|
State |
StateService.setState(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String stateName,
java.lang.String comment) |
Changes the state of the content.
|
State |
StateService.setState(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String stateName,
java.lang.String comment,
boolean validate) |
Changes the state of pages.
|
com.atlassian.confluence.util.longrunning.LongRunningTaskId |
StateService.setState(java.lang.String stateName,
boolean override,
java.lang.String spaceKey) |
Changes the states of pages in given space.
|
com.atlassian.confluence.util.longrunning.LongRunningTaskId |
StateService.setState(java.lang.String stateName,
java.lang.String comment,
boolean runInBackground,
boolean validate,
java.lang.Long... pageIds) |
Changes the states of pages.
|
com.atlassian.confluence.util.longrunning.LongRunningTaskId |
StateService.setState(java.lang.String stateName,
java.lang.String comment,
boolean runInBackground,
java.lang.Long... pageIds) |
Changes the states of pages.
|
com.atlassian.confluence.util.longrunning.LongRunningTaskId |
StateService.setState(java.lang.String workflowName,
java.lang.String stateName,
boolean override,
java.lang.String spaceKey) |
Changes the states of pages that have a given workflow in a space.
|
void |
ApprovalService.unassign(com.atlassian.confluence.core.ContentEntityObject content,
java.lang.String name,
java.lang.String assignee,
java.lang.String comment) |
Unassigns the named approval on the given content
|