Package org.sterl.pmw
Class WorkflowUmlService
java.lang.Object
org.sterl.pmw.WorkflowUmlService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sourceforge.plantuml.core.DiagramDescriptionconvertAsPlantUmlSvg(String diagram, OutputStream out) printWorkflow(String workflowId) printWorkflow(Workflow<?> w) net.sourceforge.plantuml.core.DiagramDescriptionprintWorkflowAsPlantUmlSvg(String workflowId, OutputStream out) net.sourceforge.plantuml.core.DiagramDescriptionprintWorkflowAsPlantUmlSvg(Workflow<?> workflow, OutputStream out)
-
Constructor Details
-
WorkflowUmlService
public WorkflowUmlService()
-
-
Method Details
-
printWorkflowAsPlantUmlSvg
public net.sourceforge.plantuml.core.DiagramDescription printWorkflowAsPlantUmlSvg(String workflowId, OutputStream out) throws IOException - Throws:
IOException
-
printWorkflowAsPlantUmlSvg
public net.sourceforge.plantuml.core.DiagramDescription printWorkflowAsPlantUmlSvg(Workflow<?> workflow, OutputStream out) throws IOException - Throws:
IOException
-
convertAsPlantUmlSvg
public net.sourceforge.plantuml.core.DiagramDescription convertAsPlantUmlSvg(String diagram, OutputStream out) throws IOException - Throws:
IOException
-
printWorkflow
-
printWorkflow
-