Interface HoldServicePolicies.BeforeCreateHoldPolicy
-
- All Superinterfaces:
ClassPolicy
,Policy
- Enclosing interface:
- HoldServicePolicies
public static interface HoldServicePolicies.BeforeCreateHoldPolicy 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
beforeCreateHold(String name, String reason)
Called before a hold is created.
-