org.alfresco.cmis
Interface CMISAccessControlEntry

All Known Implementing Classes:
CMISAccessControlEntryImpl

public interface CMISAccessControlEntry

An Access control entry Note: we report one permission at a time rather than group them


Method Summary
 boolean getDirect()
          Is the assignment direct on the object
 java.lang.String getPermission()
          Get the unique permission id
 java.lang.String getPrincipalId()
          Get the principal id.
 

Method Detail

getPrincipalId

java.lang.String getPrincipalId()
Get the principal id.

Returns:
principal id

getPermission

java.lang.String getPermission()
Get the unique permission id

Returns:
the unique permission id

getDirect

boolean getDirect()
Is the assignment direct on the object

Returns:
true if directly assigned, false otherwise.


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