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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAuthorityAddedToGroup(java.lang.String parentGroup, java.lang.String childAuthority)An authority is added in a group
-