Interface VersionService
-
public interface VersionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.backend.vfs.PathgetPathToPreviousVersion(String uri)List<org.uberfire.java.nio.base.version.VersionRecord>getVersions(org.uberfire.backend.vfs.Path path)org.uberfire.backend.vfs.Pathrestore(org.uberfire.backend.vfs.Path path, String comment, String branchName)
-