Uses of Class
com.comalatech.workflow.WorkflowException
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
-
Uses of WorkflowException in com.comalatech.workflow
Modifier and TypeMethodDescriptionvoid
WorkflowService.addWorkflowTemplate
(com.atlassian.confluence.spaces.Space space, String workflowMarkup) Deprecated.ApprovalService.approve
(com.atlassian.confluence.core.ContentEntityObject content, String name, String userName, String password, String comment) Approves the content.void
ApprovalService.assign
(com.atlassian.confluence.core.ContentEntityObject content, String name, Assignee assignee, String comment) Assigns the named approval on the given contentTaskService.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.since 6.17.3 useTaskService.completeTask(ContentEntityObject, String, String)
insteadTaskService.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.DocumentActivityService.getPagesActivity
(List<Long> pageIds, DocumentActivityQuery query) Retrieves theDocumentActivityResult
associated to the provided queryDocumentActivityService.getSpacesActivity
(List<String> spaceKeys, DocumentActivityQuery query) Retrieves theDocumentActivityResult
associated to the provided queryWorkflowService.loadWorkflow
(com.atlassian.confluence.core.ContentEntityObject content, String workflowMarkup) Loads the given workflowMarkup into the contentWorkflowService.loadWorkflow
(com.atlassian.confluence.spaces.Space space, String workflowMarkup) Loads the given workflowMarkup as a space workflow.ApprovalService.reject
(com.atlassian.confluence.core.ContentEntityObject content, String name, String userName, String password, String comment) Rejects the contentvoid
TaskService.removeTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId) Removes a given taskvoid
TaskService.removeTask
(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String comment) Removes a given taskvoid
WorkflowParameterManager.setPageWorkflowParameterValue
(com.atlassian.confluence.pages.AbstractPage page, WorkflowParameter workflowParameter) Sets a workflow parameter value on a given page.void
WorkflowParameterManager.setSpaceWorkflowParameter
(String spaceKey, WorkflowParameter workflowParameter) Sets a workflow parameter in the given space.StateService.setState
(com.atlassian.confluence.core.ContentEntityObject content, String stateName, String comment) Changes the state of the content.StateService.setState
(com.atlassian.confluence.core.ContentEntityObject content, String stateName, String comment, boolean validate) Changes the state of pages.com.atlassian.confluence.util.longrunning.LongRunningTaskId
Changes the states of pages in given space.com.atlassian.confluence.util.longrunning.LongRunningTaskId
StateService.setState
(String stateName, String comment, boolean runInBackground, boolean validate, Long... pageIds) Changes the states of pages.com.atlassian.confluence.util.longrunning.LongRunningTaskId
Changes the states of pages.com.atlassian.confluence.util.longrunning.LongRunningTaskId
Changes the states of pages that have a given workflow in a space.void
ApprovalService.unassign
(com.atlassian.confluence.core.ContentEntityObject content, String name, String assignee, String comment) Unassigns the named approval on the given content -
Uses of WorkflowException in com.comalatech.workflow.statistics
Modifier and TypeMethodDescriptionApprovalStatsService.getAverageTimeAssigneeTookToApprove
(ApprovalStatsFilter filter) Returns the average time an assignee took to approve an approval.ApprovalStatsService.getAverageTimeElapsedForApproval
(ApprovalStatsFilter filter) Retrieves the average elapsed time of the provided filter's approvalStateStatsService.getAverageTimeElapsedInState
(StateStatsFilter filter) Retrieves the average elapsed time of the provided filter's stateApprovalStatsService.getMaximumTimeAssigneeTookToApprove
(ApprovalStatsFilter filter) Returns the highest time an assignee took to approve an approval.ApprovalStatsService.getMaximumTimeElapsedForApproval
(ApprovalStatsFilter filter) Retrieves the highest elapsed time of the provided filter's approvalStateStatsService.getMaximumTimeElapsedInState
(StateStatsFilter filter) Retrieves the maximum elapsed time of the provided filter's stateApprovalStatsService.getMinimumTimeAssigneeTookToApprove
(ApprovalStatsFilter filter) Returns the shortest time an assignee took to approve an approval.ApprovalStatsService.getMinimumTimeElapsedForApproval
(ApprovalStatsFilter filter) Retrieves the shortest elapsed time of the provided filter's approvalStateStatsService.getMinimumTimeElapsedInState
(StateStatsFilter filter) Retrieves the minimum elapsed time of the provided filter's state -
Uses of WorkflowException in com.comalatech.workflow.template
Modifier and TypeMethodDescriptionvoid
WorkflowTemplateManager.activateGlobalTemplate
(String workflowName) Activate global workflow template so it can be applied to spaces or pages.void
WorkflowTemplateManager.addWorkflowTemplate
(com.atlassian.confluence.spaces.Space space, String workflowMarkup) Adds a workflow template to a spacevoid
WorkflowTemplateManager.deactivateGlobalTemplate
(String workflowName) Deactivate global workflow template so it can't be applied to spaces or pages.
WorkflowTemplateManager.addWorkflowTemplate(Space, String)