Interface HoldServicePolicies.OnDeleteHoldPolicy
-
- All Superinterfaces:
org.alfresco.repo.policy.ClassPolicy
,org.alfresco.repo.policy.Policy
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.OnDeleteHoldPolicy extends org.alfresco.repo.policy.ClassPolicy
-
-
Field Summary
Fields Modifier and Type Field Description static org.alfresco.service.namespace.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDeleteHold(String holdname)
Called when a hold is deleted.
-
-
-
Method Detail
-
onDeleteHold
void onDeleteHold(String holdname)
Called when a hold is deleted.- Parameters:
holdname
- name of the deleted hold
-
-