Interface NodePermissionEntry
- All Known Implementing Classes:
AbstractNodePermissionEntry,NodePermission,SimpleNodePermissionEntry
public interface NodePermissionEntry
Encapsulate how permissions are globally inherited between nodes.
- Author:
- andyh
-
Method Summary
Modifier and TypeMethodDescriptionGet the node ref.List<? extends PermissionEntry>Get the permission entries set for this node.booleanDoes the node inherit permissions from its primary parent?
-
Method Details
-
getNodeRef
NodeRef getNodeRef()Get the node ref.- Returns:
- NodeRef
-
inheritPermissions
boolean inheritPermissions()Does the node inherit permissions from its primary parent?- Returns:
- boolean
-
getPermissionEntries
List<? extends PermissionEntry> getPermissionEntries()Get the permission entries set for this node.- Returns:
- List
-