Uses of Enum
org.apache.jackrabbit.oak.api.Tree.Status
Packages that use Tree.Status
-
Uses of Tree.Status in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return Tree.StatusModifier and TypeMethodDescription@Nullable Tree.StatusTree.getPropertyStatus(@NotNull String name) Get theStatusof a property state ornull.@NotNull Tree.StatusTree.getStatus()Get theStatusof this tree instance.static Tree.StatusReturns 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.