Interface VersionService


  • public interface VersionService
    • Method Detail

      • getVersions

        List<org.uberfire.java.nio.base.version.VersionRecord> getVersions​(org.uberfire.backend.vfs.Path path)
      • getPathToPreviousVersion

        org.uberfire.backend.vfs.Path getPathToPreviousVersion​(String uri)
      • restore

        org.uberfire.backend.vfs.Path restore​(org.uberfire.backend.vfs.Path path,
                                              String comment,
                                              String branchName)