Uses of Class
org.opencastproject.workflow.api.JaxbWorkflowInstance
Packages that use JaxbWorkflowInstance
Package
Description
Workflow service.
Workflow REST and WSDL Service endpoints
-
Uses of JaxbWorkflowInstance in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api with parameters of type JaxbWorkflowInstanceModifier and TypeMethodDescriptionstatic StringXmlWorkflowParser.toXml(JaxbWorkflowInstance workflowInstance) Converts a xml annotated workflowInstance to an xml string -
Uses of JaxbWorkflowInstance in org.opencastproject.workflow.endpoint
Methods in org.opencastproject.workflow.endpoint that return JaxbWorkflowInstanceModifier and TypeMethodDescriptionWorkflowRestService.getWorkflowAsJson(long id) WorkflowRestService.getWorkflowAsXml(long id) WorkflowRestService.start(String workflowDefinitionXmlOrId, MediaPackageImpl mp, String parentWorkflowId, LocalHashMap localMap) WorkflowRestService.stop(long workflowInstanceId)