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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QName
     

    Fields inherited from interface org.alfresco.repo.policy.Policy

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onGrantLocalPermission(NodeRef nodeRef, String authority, String permission)
    A permission was granted to an authority for a specific node
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onGrantLocalPermission

      void onGrantLocalPermission(NodeRef nodeRef, String authority, String permission)
      A permission was granted to an authority for a specific node
      Parameters:
      nodeRef - the node on which the permission is granted
      authority - the authority being granted the permission
      permission - the permission at question