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 TreeType
TreeTypeAware. getType()
@NotNull TreeType
TreeTypeProvider. getType(@NotNull Tree tree)
@NotNull TreeType
TreeTypeProvider. getType(@NotNull Tree tree, @NotNull TreeType parentType)
static TreeType
TreeType. valueOf(java.lang.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 TreeType
TreeTypeProvider. getType(@NotNull Tree tree, @NotNull TreeType parentType)
void
TreeTypeAware. 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 TreeType
ImmutableTree. getType()
Methods in org.apache.jackrabbit.oak.plugins.tree.impl with parameters of type TreeType Modifier and Type Method Description void
ImmutableTree. 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 TreePermission
AllPermissionProviderImpl. getTreePermission(@NotNull Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission)
@NotNull TreePermission
PermissionProviderImpl. 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 TreePermission
AggregatedPermissionProvider. getTreePermission(@NotNull Tree tree, @NotNull TreeType type, @NotNull TreePermission parentPermission)
Return theTreePermission
for the set ofPrincipal
s associated with this provider at the specifiedtree
with the giventype
.
-