Uses of Class
org.apache.jackrabbit.oak.plugins.tree.TreeType
-
-
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 Tree tree)@NotNull TreeTypeTreeTypeProvider. getType(@NotNull 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 Tree tree, @NotNull TreeType parentType)voidTreeTypeAware. setType(@NotNull TreeType type) -
Uses of TreeType in org.apache.jackrabbit.oak.plugins.tree.impl
Methods in org.apache.jackrabbit.oak.plugins.tree.impl that return TreeType Modifier and Type Method Description @Nullable TreeTypeImmutableTree. getType()Methods in org.apache.jackrabbit.oak.plugins.tree.impl with parameters of type TreeType Modifier and Type Method Description voidImmutableTree. setType(@NotNull TreeType type) -
Uses of TreeType in org.apache.jackrabbit.oak.security.authorization.permission
Methods in org.apache.jackrabbit.oak.security.authorization.permission with parameters of type TreeType Modifier and Type Method Description @NotNull TreePermissionAllPermissionProviderImpl. getTreePermission(@NotNull Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission)@NotNull TreePermissionPermissionProviderImpl. getTreePermission(@NotNull Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission) -
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 Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission)Return theTreePermissionfor the set ofPrincipals associated with this provider at the specifiedtreewith the giventype.
-