org.guvnor.common.services.backend.version
Class VersionServiceImpl
java.lang.Object
org.guvnor.common.services.backend.version.VersionServiceImpl
- All Implemented Interfaces:
- VersionService
@ApplicationScoped
public class VersionServiceImpl
- extends Object
- implements VersionService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionServiceImpl
public VersionServiceImpl()
getVersions
public List<org.uberfire.java.nio.base.version.VersionRecord> getVersions(org.uberfire.backend.vfs.Path path)
- Specified by:
getVersions in interface VersionService
getPathToPreviousVersion
public org.uberfire.backend.vfs.Path getPathToPreviousVersion(String uri)
- Specified by:
getPathToPreviousVersion in interface VersionService
restore
public org.uberfire.backend.vfs.Path restore(org.uberfire.backend.vfs.Path _path,
String comment)
- Specified by:
restore in interface VersionService
getSessionInfo
protected org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.