org.alfresco.repo.security.permissions
Interface PermissionCheckValue

All Known Subinterfaces:
CalendarEntry, FileInfo, LinkInfo, PostInfo, SiteInfo, TopicInfo, WikiPageInfo
All Known Implementing Classes:
BlogEntity, BlogService.BlogPostInfo, CalendarEntity, CalendarEntryDTO, CalendarEntryImpl, CopyService.CopyInfo, DraftsAndPublishedBlogPostsCannedQueryParams, FileInfoImpl, GetBlogPostsCannedQueryParams, GetCalendarEntriesCannedQueryParams, GetChildrenAuditableCannedQueryParams, GetChildrenWithTargetAssocsAuditableCannedQueryParams, GetDiscussionTopcisWithPostsCannedQueryParams, LinkInfoImpl, NodeBackedEntity, NodeEntity, NodeUpdateEntity, NodeWithChildrenEntity, NodeWithTargetsEntity, PersonService.PersonInfo, PostInfoImpl, PostWithReplies, SiteInfoImpl, TopicInfoImpl, WikiPageInfoImpl

public interface PermissionCheckValue

Interface for objects that can provide information to allow permission checks

Implement this interface to enable the permission filtering layers to extract information in order to check permissions.

Since:
4.0

Method Summary
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
          Get the underlying node value that needs to be permission checked.
 

Method Detail

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Get the underlying node value that needs to be permission checked.

Returns:
the underlying value to filter


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