Interface HoldServicePolicies.BeforeRemoveFromHoldPolicy
-
- All Superinterfaces:
ClassPolicy
,Policy
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.BeforeRemoveFromHoldPolicy 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
beforeRemoveFromHold(NodeRef hold, NodeRef contentNodeRef)
Called before removing content from hold.
-