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(java.lang.String parentGroup, java.lang.String childAuthority)An authority was removed from a group
-
-
-
Method Detail
-
onAuthorityRemovedFromGroup
void onAuthorityRemovedFromGroup(java.lang.String parentGroup, java.lang.String childAuthority)An authority was removed from a group- Parameters:
parentGroup- the group from which the authority is removedchildAuthority- the authority being removed from the group
-
-