Uses of Class
org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Packages that use TreeLocation
Package
Description
-
Uses of TreeLocation in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree that return TreeLocationModifier and TypeMethodDescriptionstatic @NotNull TreeLocationTreeLocation.create(@NotNull org.apache.jackrabbit.oak.api.Root root) Equivalent tocreate(root, "/")static @NotNull TreeLocationCreate a newTreeLocationinstance for the item at the givenpathinroot.static @NotNull TreeLocationTreeLocation.create(@NotNull org.apache.jackrabbit.oak.api.Tree tree) Create a newTreeLocationinstance for atree@NotNull TreeLocationNavigate 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 TreeLocationModifier and TypeMethodDescriptionbooleanTreeContext.definesLocation(@NotNull TreeLocation location) Reveals if the specifiedTreeLocationis defined by the module that exposes this instance. -
Uses of TreeLocation in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security with parameters of type TreeLocationModifier and TypeMethodDescriptionbooleanContext.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 TreeLocationModifier and TypeMethodDescriptionstatic 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.