Uses of Class
org.apache.jackrabbit.core.version.VersionImpl

Packages that use VersionImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of VersionImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type VersionImpl
protected  Version[] NodeImpl.internalRestore(VersionImpl version, VersionSelector vsel, boolean removeExisting)
          Internal method to restore a version.
 

Uses of VersionImpl in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version with parameters of type VersionImpl
 boolean VersionImpl.isMoreRecent(VersionImpl v)
          Checks if this version is more recent than the given version v.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.