Interface HoldServicePolicies.OnAddToHoldPolicy
- All Superinterfaces:
ClassPolicy
,Policy
- All Known Implementing Classes:
AddToHoldAuditEvent
- Enclosing interface:
- HoldServicePolicies
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
onAddToHold
(NodeRef hold, NodeRef contentNodeRef) Called when content is added to hold.
-
Field Details
-
QNAME
-
-
Method Details
-
onAddToHold
Called when content is added to hold.- Parameters:
hold
- the hold to be added intocontentNodeRef
- the item to be added to hold
-