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 final QName
     

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

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInheritPermissionsDisabled(NodeRef nodeRef, boolean async)
    Permission inheritance was disabled
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onInheritPermissionsDisabled

      void onInheritPermissionsDisabled(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