Uses of Interface
org.alfresco.service.cmr.security.AccessPermission
-
Packages that use AccessPermission Package Description org.alfresco.service.cmr.security -
-
Uses of AccessPermission in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return types with arguments of type AccessPermission Modifier and Type Method Description java.util.Set<AccessPermission>
PermissionService. getAllSetPermissions(NodeRef nodeRef)
Get all the AccessPermissions that are set for anyone for the given nodejava.util.Set<AccessPermission>
PermissionService. getAllSetPermissions(StoreRef storeRef)
Get all the AccessPermissions that are set for anyone for the given nodejava.util.Set<AccessPermission>
PermissionService. getPermissions(NodeRef nodeRef)
Get all the AccessPermissions that are granted/denied to the current authentication for the given node
-