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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterCreateVersion(org.alfresco.service.cmr.repository.NodeRef versionableNode, Version version)Called after the version has been created
-
-
-
Method Detail
-
afterCreateVersion
void afterCreateVersion(org.alfresco.service.cmr.repository.NodeRef versionableNode, Version version)Called after the version has been created- Parameters:
versionableNode- the node that has been versionedversion- the created version
-
-