Interface AuthorityServicePolicies.OnAuthorityAddedToGroup
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- AuthorityServicePolicies
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidonAuthorityAddedToGroup(String parentGroup, String childAuthority) An authority is added in a group
-
Field Details
-
QNAME
-
-
Method Details
-
onAuthorityAddedToGroup
An authority is added in a group- Parameters:
parentGroup- the group into which the authority is addedchildAuthority- the authority being added to the groups
-