Interface PermissionServicePolicies.OnGrantLocalPermission
-
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- PermissionServicePolicies
public static interface PermissionServicePolicies.OnGrantLocalPermission extends ClassPolicy
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonGrantLocalPermission(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String authority, java.lang.String permission)A permission was granted to an authority for a specific node
-
-
-
Method Detail
-
onGrantLocalPermission
void onGrantLocalPermission(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String authority, java.lang.String permission)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
-
-