Class BpmnDiagramViewerFragment

java.lang.Object
io.jmix.ui.screen.ScreenFragment
io.jmix.bpmui.screen.processinstance.diagramfragment.BpmnDiagramViewerFragment
All Implemented Interfaces:
FrameOwner

@UiController("bpm_BpmnDiagramViewerFragment") @UiDescriptor("bpmn-diagram-viewer-fragment.xml") public class BpmnDiagramViewerFragment extends ScreenFragment
  • Field Details

    • bpmnViewer

      @Autowired protected BpmnViewer bpmnViewer
    • repositoryService

      @Autowired protected org.flowable.engine.RepositoryService repositoryService
    • runtimeService

      @Autowired protected org.flowable.engine.RuntimeService runtimeService
  • Constructor Details

    • BpmnDiagramViewerFragment

      public BpmnDiagramViewerFragment()
  • Method Details

    • setProcessInstanceData

      public void setProcessInstanceData(ProcessInstanceData processInstanceData)