@AlfrescoPublicApi
public interface AccessPermission
Modifier and Type | Method and Description |
---|---|
AccessStatus |
getAccessStatus()
Get the Access enumeration value
|
String |
getAuthority()
Get the authority to which this permission applies.
|
AuthorityType |
getAuthorityType()
Get the type of authority to which this permission applies.
|
String |
getPermission()
The permission.
|
int |
getPosition()
At what position in the inheritance chain for permissions is this permission set?
= 0 -> Set direct on the object.
|
boolean |
isInherited()
Is this an inherited permission entry?
|
boolean |
isSetDirectly()
Is this permission set on the object?
|
String getPermission()
AccessStatus getAccessStatus()
String getAuthority()
AuthorityType getAuthorityType()
int getPosition()
boolean isInherited()
boolean isSetDirectly()
Copyright © 2005–2016 Alfresco Software. All rights reserved.