Uses of Class
org.alfresco.repo.version.VersionRevertCallback.RevertAssocAction
-
Packages that use VersionRevertCallback.RevertAssocAction Package Description org.alfresco.repo.version org.alfresco.repo.version.common -
-
Uses of VersionRevertCallback.RevertAssocAction in org.alfresco.repo.version
Methods in org.alfresco.repo.version that return VersionRevertCallback.RevertAssocAction Modifier and Type Method Description VersionRevertCallback.RevertAssocActionVersionRevertCallback. getRevertAssocAction(org.alfresco.service.namespace.QName assocName, VersionRevertDetails details)How should the specified assoc be reverted?static VersionRevertCallback.RevertAssocActionVersionRevertCallback.RevertAssocAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VersionRevertCallback.RevertAssocAction[]VersionRevertCallback.RevertAssocAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionRevertCallback.RevertAssocAction in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common that return VersionRevertCallback.RevertAssocAction Modifier and Type Method Description 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
-