Uses of Class
org.alfresco.repo.version.VersionRevertCallback.RevertAspectAction
-
Packages that use VersionRevertCallback.RevertAspectAction Package Description org.alfresco.repo.version org.alfresco.repo.version.common -
-
Uses of VersionRevertCallback.RevertAspectAction in org.alfresco.repo.version
Methods in org.alfresco.repo.version that return VersionRevertCallback.RevertAspectAction Modifier and Type Method Description VersionRevertCallback.RevertAspectActionVersionRevertCallback. getRevertAspectAction(org.alfresco.service.namespace.QName aspectName, VersionRevertDetails details)How should the specified aspect be reverted?static VersionRevertCallback.RevertAspectActionVersionRevertCallback.RevertAspectAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VersionRevertCallback.RevertAspectAction[]VersionRevertCallback.RevertAspectAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionRevertCallback.RevertAspectAction in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common that return VersionRevertCallback.RevertAspectAction Modifier and Type Method Description protected VersionRevertCallback.RevertAspectActionAbstractVersionServiceImpl. getRevertAspectAction(org.alfresco.service.namespace.QName aspectName, VersionRevertDetails revertDetails)How should revert deal with this aspect?
-