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