Class WorkflowVisController


  • @Controller
    @RequestMapping("/workflowVisualization")
    public class WorkflowVisController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map generate​(java.lang.String pk, java.lang.Double scale, java.lang.String lang)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowVisController

        public WorkflowVisController()
    • Method Detail

      • generate

        @RequestMapping(method=GET)
        public java.util.Map generate​(@RequestParam
                                      java.lang.String pk,
                                      @RequestParam(required=false,defaultValue="1.0")
                                      java.lang.Double scale,
                                      @RequestParam(required=false,defaultValue="en")
                                      java.lang.String lang)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception