Interface HoldServicePolicies.BeforeAddToHoldPolicy
-
- All Superinterfaces:
ClassPolicy
,Policy
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.BeforeAddToHoldPolicy 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
beforeAddToHold(NodeRef hold, NodeRef contentNodeRef)
Called before adding content to hold.
-