Package org.alfresco.repo.version
Interface VersionServicePolicies.AfterVersionRevertPolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
DiscussableAspect
- Enclosing interface:
- VersionServicePolicies
@AlfrescoPublicApi public static interface VersionServicePolicies.AfterVersionRevertPolicy extends ClassPolicy
After revert 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 voidafterVersionRevert(org.alfresco.service.cmr.repository.NodeRef nodeRef, Version version)Called after the version has been reverted
-
-
-
Method Detail
-
afterVersionRevert
void afterVersionRevert(org.alfresco.service.cmr.repository.NodeRef nodeRef, Version version)Called after the version has been reverted- Parameters:
nodeRef- the node that has been revertedversion- the reverted version
-
-