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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeCreateVersion(NodeRef versionableNode) Called before a new version is created for a version
-
Field Details
-
QNAME
-
-
Method Details
-
beforeCreateVersion
Called before a new version is created for a version- Parameters:
versionableNode- reference to the node about to be versioned
-