Interface AuthorityServicePolicies.OnAuthorityRemovedFromGroup
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- AuthorityServicePolicies
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidonAuthorityRemovedFromGroup(String parentGroup, String childAuthority) An authority was removed from a group
-
Field Details
-
QNAME
-
-
Method Details
-
onAuthorityRemovedFromGroup
An authority was removed from a group- Parameters:
parentGroup- the group from which the authority is removedchildAuthority- the authority being removed from the group
-