Uses of Class
org.apache.jackrabbit.oak.plugins.tree.TreeLocation
-
-
Uses of TreeLocation in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree that return TreeLocation Modifier and Type Method Description static @NotNull TreeLocationTreeLocation. create(@NotNull Root root)Equivalent tocreate(root, "/")static @NotNull TreeLocationTreeLocation. create(@NotNull Root root, @NotNull String path)Create a newTreeLocationinstance for the item at the givenpathinroot.static @NotNull TreeLocationTreeLocation. create(@NotNull Tree tree)Create a newTreeLocationinstance for atree@NotNull TreeLocationTreeLocation. getChild(String name)Navigate to a child of the givenname.abstract @NotNull TreeLocationTreeLocation. getParent()Navigate to the parent or an invalid location for the root of the hierarchy.Methods in org.apache.jackrabbit.oak.plugins.tree with parameters of type TreeLocation Modifier and Type Method Description booleanTreeContext. definesLocation(@NotNull TreeLocation location)Reveals if the specifiedTreeLocationis defined by the module that exposes this instance. -
Uses of TreeLocation in org.apache.jackrabbit.oak.security.authorization.permission
Methods in org.apache.jackrabbit.oak.security.authorization.permission with parameters of type TreeLocation Modifier and Type Method Description booleanAllPermissionProviderImpl. isGranted(@NotNull TreeLocation location, long permissions)booleanPermissionProviderImpl. isGranted(@NotNull TreeLocation location, long permissions)longAllPermissionProviderImpl. supportedPermissions(@NotNull TreeLocation location, long permissions)longPermissionProviderImpl. supportedPermissions(@NotNull TreeLocation location, long permissions) -
Uses of TreeLocation in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security with parameters of type TreeLocation Modifier and Type Method Description booleanContext.Default. definesLocation(@NotNull TreeLocation location) -
Uses of TreeLocation in org.apache.jackrabbit.oak.spi.security.authorization.permission
Methods in org.apache.jackrabbit.oak.spi.security.authorization.permission with parameters of type TreeLocation Modifier and Type Method Description static longPermissions. getPermissions(@NotNull String jcrActions, @NotNull TreeLocation location, boolean isAccessControlContent)Returns the permissions that correspond the given jcr actions such as specified inSession.hasPermission(String, String).booleanAggregatedPermissionProvider. isGranted(@NotNull TreeLocation location, long permissions)Test if the specified permissions are granted for the set ofPrincipals associated with this provider instance for the item identified by the givenlocationand optionally property.longAggregatedPermissionProvider. supportedPermissions(@NotNull TreeLocation location, long permissions)Allows to determined the set or subset of permissions evaluated by the implementing permission provider for the specified location.
-