Uses of Class
org.apache.jackrabbit.oak.api.Tree.Status
-
Packages that use Tree.Status Package Description org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.plugins.tree.impl -
-
Uses of Tree.Status in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return Tree.Status Modifier and Type Method Description @Nullable Tree.StatusTree. getPropertyStatus(@NotNull String name)Get theStatusof a property state ornull.@NotNull Tree.StatusTree. getStatus()Get theStatusof this tree instance.static Tree.StatusTree.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Tree.Status[]Tree.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Tree.Status in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return Tree.Status Modifier and Type Method Description abstract @Nullable Tree.StatusItemDelegate. getStatus()Get the status of this item.@Nullable Tree.StatusNodeDelegate. getStatus()@Nullable Tree.StatusPropertyDelegate. getStatus() -
Uses of Tree.Status in org.apache.jackrabbit.oak.plugins.tree.impl
Methods in org.apache.jackrabbit.oak.plugins.tree.impl that return Tree.Status Modifier and Type Method Description @Nullable Tree.StatusAbstractTree. getPropertyStatus(@NotNull String name)@NotNull Tree.StatusAbstractTree. getStatus()
-