Uses of Interface
org.alfresco.repo.version.VersionRevertDetails
-
Packages that use VersionRevertDetails Package Description org.alfresco.repo.version org.alfresco.repo.version.common -
-
Uses of VersionRevertDetails in org.alfresco.repo.version
Methods in org.alfresco.repo.version with parameters of type VersionRevertDetails Modifier and Type Method Description VersionRevertCallback.RevertAspectActionVersionRevertCallback. getRevertAspectAction(org.alfresco.service.namespace.QName aspectName, VersionRevertDetails details)How should the specified aspect be reverted?VersionRevertCallback.RevertAssocActionVersionRevertCallback. getRevertAssocAction(org.alfresco.service.namespace.QName assocName, VersionRevertDetails details)How should the specified assoc be reverted?VersionRevertCallbackVersionServicePolicies.OnRevertVersionPolicy. getRevertVersionCallback(org.alfresco.service.namespace.QName classRef, VersionRevertDetails copyDetails)Called for all types and aspects before reverting a node. -
Uses of VersionRevertDetails in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common with parameters of type VersionRevertDetails Modifier and Type Method Description protected VersionRevertCallback.RevertAspectActionAbstractVersionServiceImpl. getRevertAspectAction(org.alfresco.service.namespace.QName aspectName, VersionRevertDetails revertDetails)How should revert deal with this aspect?protected VersionRevertCallback.RevertAssocActionAbstractVersionServiceImpl. getRevertAssocAction(org.alfresco.service.namespace.QName className, org.alfresco.service.namespace.QName assocName, VersionRevertDetails revertDetails)How should revert deal with this association
-