Class VersionDelegate
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate
-
- org.apache.jackrabbit.oak.jcr.delegate.NodeDelegate
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable VersionDelegate
getLinearPredecessor()
@NotNull 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
-
-
-
-
Method Detail
-
getPredecessors
@NotNull public @NotNull Iterable<VersionDelegate> getPredecessors() throws RepositoryException
- Throws:
RepositoryException
-
getLinearPredecessor
@Nullable public @Nullable VersionDelegate getLinearPredecessor() throws RepositoryException
- Throws:
RepositoryException
-
-