Package org.alfresco.repo.version
Interface VersionServicePolicies.OnRevertVersionPolicy
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- VersionServicePolicies
@AlfrescoPublicApi
public static interface VersionServicePolicies.OnRevertVersionPolicy
extends ClassPolicy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetRevertVersionCallback(QName classRef, VersionRevertDetails copyDetails) Called for all types and aspects before reverting a node.
-
Field Details
-
QNAME
-
-
Method Details
-
getRevertVersionCallback
Called for all types and aspects before reverting a node.- Parameters:
classRef- the type or aspect qualified namecopyDetails- the details of the impending revert- Returns:
- Return the callback that will be used to modify the revert behaviour for this type or aspect. Return null to assume the default.
- Since:
- V4.2
-