public final class SimpleNodePermissionEntry extends AbstractNodePermissionEntry implements Serializable
| Constructor and Description |
|---|
SimpleNodePermissionEntry(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean inheritPermissions,
List<? extends PermissionEntry> permissionEntries) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the node ref.
|
List<? extends PermissionEntry> |
getPermissionEntries()
Get the permission entries set for this node.
|
boolean |
inheritPermissions()
Does the node inherit permissions from its primary parent?
|
equals, hashCode, toStringpublic SimpleNodePermissionEntry(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean inheritPermissions,
List<? extends PermissionEntry> permissionEntries)
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
NodePermissionEntrygetNodeRef in interface NodePermissionEntrypublic boolean inheritPermissions()
NodePermissionEntryinheritPermissions in interface NodePermissionEntrypublic List<? extends PermissionEntry> getPermissionEntries()
NodePermissionEntrygetPermissionEntries in interface NodePermissionEntryCopyright © 2005–2018 Alfresco Software. All rights reserved.