Interface HoldServicePolicies.OnDeleteHoldPolicy
-
- All Superinterfaces:
ClassPolicy
,Policy
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.OnDeleteHoldPolicy extends ClassPolicy
-
-
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 void
onDeleteHold(String holdname)
Called when a hold is deleted.
-