Package org.alfresco.repo.version
Interface VersionServicePolicies.AfterCreateVersionPolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
VersionableAspect
- Enclosing interface:
- VersionServicePolicies
@AlfrescoPublicApi
public static interface VersionServicePolicies.AfterCreateVersionPolicy
extends ClassPolicy
After 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 TypeMethodDescriptionvoidafterCreateVersion(NodeRef versionableNode, Version version) Called after the version has been created
-
Field Details
-
QNAME
-
-
Method Details
-
afterCreateVersion
Called after the version has been created- Parameters:
versionableNode- the node that has been versionedversion- the created version
-