Interface PermissionServicePolicies.OnRevokeLocalPermission
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- PermissionServicePolicies
Policy invoked when a permission is revoked from 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 TypeMethodDescriptionvoidonRevokeLocalPermission(NodeRef nodeRef, String authority, String permission) A permission was revoked from an authority for a specific node
-
Field Details
-
QNAME
-
-
Method Details
-
onRevokeLocalPermission
A permission was revoked from an authority for a specific node- Parameters:
nodeRef- the node from which the permission is revokedauthority- the authority being revoked the permissionpermission- the permission at question
-