Interface PermissionServicePolicies.OnInheritPermissionsDisabled

  • All Superinterfaces:
    ClassPolicy, Policy
    Enclosing interface:
    PermissionServicePolicies

    public static interface PermissionServicePolicies.OnInheritPermissionsDisabled
    extends ClassPolicy
    Policy invoked when permission inheritance is disabled for a specific node (sync or async mode)
    • 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  
    • Field Detail

      • QNAME

        static final org.alfresco.service.namespace.QName QNAME
    • Method Detail

      • onInheritPermissionsDisabled

        void onInheritPermissionsDisabled​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                          boolean async)
        Permission inheritance was disabled
        Parameters:
        nodeRef - the node for which the inheritance is disabled
        async - whether the operation has been done in asynchronous mode, thus it may not be finished yet