Uses of Class
org.apache.jackrabbit.oak.api.Tree.Status
-
Packages that use Tree.Status Package Description org.apache.jackrabbit.oak.api Oak repository API -
-
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.
-