Uses of Class
org.apache.jackrabbit.oak.plugins.tree.TreeType
-
Packages that use TreeType Package Description org.apache.jackrabbit.oak.plugins.tree org.apache.jackrabbit.oak.spi.security.authorization.permission -
-
Uses of TreeType in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree that return TreeType Modifier and Type Method Description @Nullable TreeTypeTreeTypeAware. getType()@NotNull TreeTypeTreeTypeProvider. getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree)@NotNull TreeTypeTreeTypeProvider. getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree, @NotNull TreeType parentType)static TreeTypeTreeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TreeType[]TreeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.plugins.tree with parameters of type TreeType Modifier and Type Method Description @NotNull TreeTypeTreeTypeProvider. getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree, @NotNull TreeType parentType)voidTreeTypeAware. setType(@NotNull TreeType type) -
Uses of TreeType in org.apache.jackrabbit.oak.spi.security.authorization.permission
Methods in org.apache.jackrabbit.oak.spi.security.authorization.permission with parameters of type TreeType Modifier and Type Method Description @NotNull TreePermissionAggregatedPermissionProvider. getTreePermission(@NotNull org.apache.jackrabbit.oak.api.Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission)Return theTreePermissionfor the set ofPrincipals associated with this provider at the specifiedtreewith the giventype.
-