Uses of Class
com.comalatech.workflow.WorkflowException
Packages that use WorkflowException
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
-
Uses of WorkflowException in com.comalatech.workflow
Methods in com.comalatech.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidWorkflowService.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.voidApprovalService.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 theDocumentActivityResultassociated to the provided queryDocumentActivityService.getSpacesActivity(List<String> spaceKeys, DocumentActivityQuery query) Retrieves theDocumentActivityResultassociated 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 contentvoidTaskService.removeTask(com.atlassian.confluence.core.ContentEntityObject content, String taskId) Removes a given taskvoidTaskService.removeTask(com.atlassian.confluence.core.ContentEntityObject content, String taskId, String comment) Removes a given taskvoidWorkflowParameterManager.setPageWorkflowParameterValue(com.atlassian.confluence.pages.AbstractPage page, WorkflowParameter workflowParameter) Sets a workflow parameter value on a given page.voidWorkflowParameterManager.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.LongRunningTaskIdChanges the states of pages in given space.com.atlassian.confluence.util.longrunning.LongRunningTaskIdStateService.setState(String stateName, String comment, boolean runInBackground, boolean validate, Long... pageIds) Changes the states of pages.com.atlassian.confluence.util.longrunning.LongRunningTaskIdChanges the states of pages.com.atlassian.confluence.util.longrunning.LongRunningTaskIdChanges the states of pages that have a given workflow in a space.voidApprovalService.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
Methods in com.comalatech.workflow.statistics that throw WorkflowExceptionModifier 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
Methods in com.comalatech.workflow.template that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidWorkflowTemplateManager.activateGlobalTemplate(String workflowName) Activate global workflow template so it can be applied to spaces or pages.voidWorkflowTemplateManager.addWorkflowTemplate(com.atlassian.confluence.spaces.Space space, String workflowMarkup) Adds a workflow template to a spacevoidWorkflowTemplateManager.deactivateGlobalTemplate(String workflowName) Deactivate global workflow template so it can't be applied to spaces or pages.
WorkflowTemplateManager.addWorkflowTemplate(Space, String)