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(NodeRef nodeRef, Version version)Called after the version has been reverted
-