Uses of Enum
org.apache.jackrabbit.oak.plugins.tree.TreeType
Packages that use TreeType
Package
Description
-
Uses of TreeType in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree that return TreeTypeModifier and TypeMethodDescription@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 TreeTypeReturns 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 -
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 TreeTypeModifier and TypeMethodDescription@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.