Guvnor - Services Backend 6.2.0.CR3

org.guvnor.common.services.backend.version
Class VersionServiceImpl

java.lang.Object
  extended by org.guvnor.common.services.backend.version.VersionServiceImpl
All Implemented Interfaces:
VersionService

@ApplicationScoped
public class VersionServiceImpl
extends Object
implements VersionService


Constructor Summary
VersionServiceImpl()
           
 
Method Summary
 org.uberfire.backend.vfs.Path getPathToPreviousVersion(String uri)
           
protected  org.uberfire.rpc.SessionInfo getSessionInfo()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionServiceImpl

public VersionServiceImpl()
Method Detail

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()

Guvnor - Services Backend 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.