Interface PermissionServicePolicies.OnGrantLocalPermission

    • 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 org.alfresco.service.namespace.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • QNAME

        static final org.alfresco.service.namespace.QName QNAME
    • 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 granted
        authority - the authority being granted the permission
        permission - the permission at question