Interface AuthorityServicePolicies.OnAuthorityAddedToGroup

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
AuthorityServicePolicies

public static interface AuthorityServicePolicies.OnAuthorityAddedToGroup extends ClassPolicy
Policy invoked when an authority is added to 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
    onAuthorityAddedToGroup(String parentGroup, String childAuthority)
    An authority is added in a group
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onAuthorityAddedToGroup

      void onAuthorityAddedToGroup(String parentGroup, String childAuthority)
      An authority is added in a group
      Parameters:
      parentGroup - the group into which the authority is added
      childAuthority - the authority being added to the groups