org.alfresco.repo.security.permissions
Interface NodePermissionEntry

All Known Implementing Classes:
AbstractNodePermissionEntry, NodePermission, SimpleNodePermissionEntry

public interface NodePermissionEntry

Encapsulate how permissions are globally inherited between nodes.


Method Summary
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
          Get the node ref.
 java.util.List getPermissionEntries()
          Get the permission entries set for this node.
 boolean inheritPermissions()
          Does the node inherit permissions from its primary parent?
 

Method Detail

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Get the node ref.

Returns:

inheritPermissions

boolean inheritPermissions()
Does the node inherit permissions from its primary parent?

Returns:

getPermissionEntries

java.util.List getPermissionEntries()
Get the permission entries set for this node.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.