Interface BpmnService

  • All Superinterfaces:
    org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsCreate<ProcessNode>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRead<ProcessNode>, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<ProcessNode,​Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<ProcessNode,​Metadata>

    public interface BpmnService
    extends org.uberfire.ext.editor.commons.service.support.SupportsCreate<ProcessNode>, org.uberfire.ext.editor.commons.service.support.SupportsRead<ProcessNode>, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<ProcessNode,​Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<ProcessNode,​Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<org.uberfire.backend.vfs.Path> listFiles()  
      BpmnEditorContent loadContent​(org.uberfire.backend.vfs.Path path)  
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy

        copy, copy
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCreate

        create
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete

        delete
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRead

        load
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename

        rename
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename

        saveAndRename
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate

        save
    • Method Detail

      • listFiles

        List<org.uberfire.backend.vfs.Path> listFiles()