public static interface PermissionServicePolicies.OnRevokeLocalPermission extends ClassPolicy
Policy.Arg
Modifier and Type | Field and Description |
---|---|
static org.alfresco.service.namespace.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
void |
onRevokeLocalPermission(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String authority,
String permission)
A permission was revoked from an authority for a specific node
|
void onRevokeLocalPermission(org.alfresco.service.cmr.repository.NodeRef nodeRef, String authority, String permission)
nodeRef
- the node from which the permission is revokedauthority
- the authority being revoked the permissionpermission
- the permission at questionCopyright © 2005–2017 Alfresco Software. All rights reserved.