Interface VersionServicePolicies.OnRevertVersionPolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
VersionServicePolicies

@AlfrescoPublicApi public static interface VersionServicePolicies.OnRevertVersionPolicy extends ClassPolicy
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • getRevertVersionCallback

      VersionRevertCallback getRevertVersionCallback(QName classRef, VersionRevertDetails copyDetails)
      Called for all types and aspects before reverting a node.
      Parameters:
      classRef - the type or aspect qualified name
      copyDetails - 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