@ApplicationScoped public class VersionServiceImpl extends Object implements VersionService
| Constructor and Description |
|---|
VersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.backend.vfs.Path |
getPathToPreviousVersion(String uri) |
List<org.uberfire.java.nio.base.version.VersionRecord> |
getVersions(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
restore(org.uberfire.backend.vfs.Path _path,
String comment) |
public List<org.uberfire.java.nio.base.version.VersionRecord> getVersions(org.uberfire.backend.vfs.Path path)
getVersions in interface VersionServicepublic org.uberfire.backend.vfs.Path getPathToPreviousVersion(String uri)
getPathToPreviousVersion in interface VersionServicepublic org.uberfire.backend.vfs.Path restore(org.uberfire.backend.vfs.Path _path,
String comment)
restore in interface VersionServiceCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.