org.apache.jackrabbit.oak.jcr.delegate
Class VersionDelegate

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate
      extended by org.apache.jackrabbit.oak.jcr.delegate.NodeDelegate
          extended by org.apache.jackrabbit.oak.jcr.delegate.VersionDelegate

public class VersionDelegate
extends NodeDelegate

VersionDelegate...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate
sessionDelegate
 
Method Summary
 VersionDelegate getLinearPredecessor()
           
 Iterable<VersionDelegate> getPredecessors()
           
 
Methods inherited from class org.apache.jackrabbit.oak.jcr.delegate.NodeDelegate
addChild, addMixin, canAddMixin, exists, getChild, getChildCount, getChildren, getIdentifier, getLock, getLockOwner, getName, getParent, getPath, getProperties, getProperty, getPropertyCount, getPropertyOrNull, getStatus, getTree, holdsLock, isLocked, isLockOwner, isProtected, isRoot, lock, orderBefore, remove, removeMixin, setMixins, setOrderableChildren, setProperty, toString, unlock, updateMixins
 
Methods inherited from class org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate
checkAlive, checkUpdate, save, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPredecessors

@Nonnull
public Iterable<VersionDelegate> getPredecessors()
                                          throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getLinearPredecessor

@CheckForNull
public VersionDelegate getLinearPredecessor()
                                     throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.