Interface AuthorityServicePolicies.OnAuthorityRemovedFromGroup

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
AuthorityServicePolicies

public static interface AuthorityServicePolicies.OnAuthorityRemovedFromGroup extends ClassPolicy
Policy invoked when an authority is removed from a group
  • 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
    onAuthorityRemovedFromGroup(String parentGroup, String childAuthority)
    An authority was removed from a group
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onAuthorityRemovedFromGroup

      void onAuthorityRemovedFromGroup(String parentGroup, String childAuthority)
      An authority was removed from a group
      Parameters:
      parentGroup - the group from which the authority is removed
      childAuthority - the authority being removed from the group