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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAuthorityRemovedFromGroup(String parentGroup, String childAuthority)An authority was removed from a group
-