Interface PermissionServicePolicies.OnGrantLocalPermission
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- PermissionServicePolicies
Policy invoked when a permission is granted to an authority for a specific node
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonGrantLocalPermission(NodeRef nodeRef, String authority, String permission) A permission was granted to an authority for a specific node
-
Field Details
-
QNAME
-
-
Method Details
-
onGrantLocalPermission
A permission was granted to an authority for a specific node- Parameters:
nodeRef- the node on which the permission is grantedauthority- the authority being granted the permissionpermission- the permission at question
-