Uses of Class
org.opencastproject.workflow.api.WorkflowException
Packages that use WorkflowException
Package
Description
Workflow service.
Workflow REST and WSDL Service endpoints
-
Uses of WorkflowException in org.opencastproject.workflow.api
Subclasses of WorkflowException in org.opencastproject.workflow.apiModifier and TypeClassDescriptionclassException that is thrown for failing database operations.classException that is thrown for failing database operations.classThis exception is used if there is an error related to a WorkflowStateMethods in org.opencastproject.workflow.api that throw WorkflowExceptionModifier and TypeMethodDescriptionWorkflowService.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) Returns theWorkflowInstancecurrently running on the given mediaPackageWorkflowService.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowService.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowService.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance. -
Uses of WorkflowException in org.opencastproject.workflow.endpoint
Methods in org.opencastproject.workflow.endpoint that throw WorkflowException -
Uses of WorkflowException in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that throw WorkflowExceptionModifier and TypeMethodDescriptionWorkflowServiceImpl.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) Returns theWorkflowInstancecurrently running on the given mediaPackageWorkflowServiceImpl.resume(long id) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.protected JobWorkflowServiceImpl.runWorkflow(WorkflowInstance workflow) Executes the workflow.protected WorkflowOperationInstanceWorkflowServiceImpl.runWorkflowOperation(WorkflowInstance workflow, Map<String, String> properties) Executes the workflow's current operation.WorkflowServiceImpl.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowServiceImpl.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance. -
Uses of WorkflowException in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote that throw WorkflowExceptionModifier and TypeMethodDescriptionWorkflowServiceRemoteImpl.getRunningWorkflowInstanceByMediaPackage(String mediaPackageId, String action) WorkflowServiceRemoteImpl.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.