Interface HoldServicePolicies.OnAddToHoldPolicy
-
- All Superinterfaces:
org.alfresco.repo.policy.ClassPolicy
,org.alfresco.repo.policy.Policy
- All Known Implementing Classes:
AddToHoldAuditEvent
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.OnAddToHoldPolicy 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
onAddToHold(org.alfresco.service.cmr.repository.NodeRef hold, org.alfresco.service.cmr.repository.NodeRef contentNodeRef)
Called when content is added to hold.
-