Class SaveDiagramSessionCommand

  • All Implemented Interfaces:
    org.kie.workbench.common.stunner.core.client.canvas.controls.CanvasControl.SessionAware<EditorSession>, ClientSessionCommand<EditorSession>

    @Dependent
    public class SaveDiagramSessionCommand
    extends AbstractClientSessionCommand<EditorSession>
    This session commands saves the current Diagram on CanvasHandler.getDiagram(). This is responsible to generate the diagram SVG and save it as well. Does not support undo operation.