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.Status
Tree. getPropertyStatus(@NotNull java.lang.String name)
Get theStatus
of a property state ornull
.@NotNull Tree.Status
Tree. getStatus()
Get theStatus
of this tree instance.static Tree.Status
Tree.Status. valueOf(java.lang.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.
-