Package org.alfresco.repo.version
Interface VersionServicePolicies.BeforeCreateVersionPolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- VersionServicePolicies
@AlfrescoPublicApi public static interface VersionServicePolicies.BeforeCreateVersionPolicy extends ClassPolicy
Before create version policy interface.
-
-
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 voidbeforeCreateVersion(org.alfresco.service.cmr.repository.NodeRef versionableNode)Called before a new version is created for a version
-