Class NodeDocumentHelper
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.NodeDocumentHelper
-
public class NodeDocumentHelper extends Object
Helper class to access package private methods on NodeDocument.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull String
commitRoot()
static @NotNull SortedMap<Revision,String>
getLocalCommitRoot(NodeDocument doc)
static @NotNull SortedMap<Revision,String>
getLocalMap(NodeDocument doc, String key)
-
-
-
Method Detail
-
getLocalMap
@NotNull public static @NotNull SortedMap<Revision,String> getLocalMap(NodeDocument doc, String key)
-
getLocalCommitRoot
@NotNull public static @NotNull SortedMap<Revision,String> getLocalCommitRoot(NodeDocument doc)
-
commitRoot
@NotNull public static @NotNull String commitRoot()
-
-