Uses of Class
org.opencastproject.workflow.api.WorkflowParsingException
Packages that use WorkflowParsingException
Package
Description
Workflow service.
-
Uses of WorkflowParsingException in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that throw WorkflowParsingExceptionModifier and TypeMethodDescriptionstatic WorkflowDefinitionXmlWorkflowParser.parseWorkflowDefinition(InputStream in) Loads a workflow definition from the given input stream.static WorkflowDefinitionXmlWorkflowParser.parseWorkflowDefinition(String in) Loads a workflow definition from the xml stream.static WorkflowDefinitionYamlWorkflowParser.parseWorkflowDefinition(InputStream in) Loads a workflow definition from the given input stream.static WorkflowDefinitionYamlWorkflowParser.parseWorkflowDefinition(String in) Loads a workflow definition from the xml stream.static List<WorkflowDefinition> XmlWorkflowParser.parseWorkflowDefinitions(InputStream in) Loads workflow definitions from the given input stream.static List<WorkflowDefinition> YamlWorkflowParser.parseWorkflowDefinitions(InputStream in) Loads workflow definitions from the given input stream.static WorkflowInstanceXmlWorkflowParser.parseWorkflowInstance(InputStream in) Loads a workflow instance from the given input stream.static WorkflowInstanceXmlWorkflowParser.parseWorkflowInstance(String in) Loads a workflow instance from the xml stream.static JaxbWorkflowConfigurationYamlWorkflowParser.parseWorkflowInstance(InputStream in) Loads a workflow instance from the given input stream.static JaxbWorkflowConfigurationYamlWorkflowParser.parseWorkflowInstance(String in) Loads a workflow instance from the xml stream.static WorkflowSetXmlWorkflowParser.parseWorkflowSet(InputStream in) Loads a set of workflow instances from the given input stream.static WorkflowSetYamlWorkflowParser.parseWorkflowSet(InputStream in) Loads a set of workflow instances from the given input stream.voidWorkflowService.remove(long workflowInstanceId) Permanently removes a workflow instance.voidWorkflowService.remove(long workflowInstanceId, boolean force) Permanently removes a workflow instance.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.static StringXmlWorkflowParser.toXml(JaxbWorkflowInstance workflowInstance) Converts a xml annotated workflowInstance to an xml stringstatic StringXmlWorkflowParser.toXml(WorkflowDefinition workflowDefinition) Converts a workflowDefinition to an xml stringstatic StringXmlWorkflowParser.toXml(WorkflowInstance workflowInstance) Converts a workflowInstance to an xml stringstatic StringYamlWorkflowParser.toYaml(WorkflowDefinition workflowDefinition) static StringYamlWorkflowParser.toYaml(WorkflowInstance workflowInstance) -
Uses of WorkflowParsingException in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that throw WorkflowParsingExceptionModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.remove(long workflowInstanceId) Permanently removes a workflow instance.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage sourceMediaPackage, Long parentWorkflowId, Map<String, String> originalProperties) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.