Interface HoldServicePolicies.OnRemoveFromHoldPolicy
-
- All Superinterfaces:
ClassPolicy
,Policy
- All Known Implementing Classes:
RemoveFromHoldAuditEvent
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.OnRemoveFromHoldPolicy 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
onRemoveFromHold(NodeRef hold, NodeRef contentNodeRef)
Called when removing content from hold.
-