| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.tree | |
| org.apache.jackrabbit.oak.spi.security.authorization.permission |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TreeType |
TreeTypeAware.getType() |
TreeType |
TreeTypeProvider.getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree) |
TreeType |
TreeTypeProvider.getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree,
@NotNull TreeType parentType) |
static TreeType |
TreeType.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.
|
| Modifier and Type | Method and Description |
|---|---|
TreeType |
TreeTypeProvider.getType(@NotNull org.apache.jackrabbit.oak.api.Tree tree,
@NotNull TreeType parentType) |
void |
TreeTypeAware.setType(@NotNull TreeType type) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull TreePermission |
AggregatedPermissionProvider.getTreePermission(@NotNull org.apache.jackrabbit.oak.api.Tree tree,
@NotNull TreeType type,
@NotNull TreePermission parentPermission)
Return the
TreePermission for the set of Principals associated
with this provider at the specified tree with the given type. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.