Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateMergeService.CancelOrReenable
-
Packages that use AutoTranslateMergeService.CancelOrReenable Package Description com.composum.ai.aem.core.impl com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AutoTranslateMergeService.CancelOrReenable in com.composum.ai.aem.core.impl
Methods in com.composum.ai.aem.core.impl with parameters of type AutoTranslateMergeService.CancelOrReenable Modifier and Type Method Description protected void
AemAITranslationMergeServlet. handleChangeInheritance(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, AutoTranslateMergeService.CancelOrReenable kind)
Handles the "cancelInheritance" operation of the servlet. -
Uses of AutoTranslateMergeService.CancelOrReenable in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoTranslateMergeService.CancelOrReenable Modifier and Type Method Description static AutoTranslateMergeService.CancelOrReenable
AutoTranslateMergeService.CancelOrReenable. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoTranslateMergeService.CancelOrReenable[]
AutoTranslateMergeService.CancelOrReenable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoTranslateMergeService.CancelOrReenable Modifier and Type Method Description void
AutoTranslateMergeService. changeInheritance(org.apache.sling.api.resource.Resource resource, String propertyName, AutoTranslateMergeService.CancelOrReenable kind)
Cancels a translation for the specified property of the given resource, marking it as cancelled.void
AutoTranslateMergeServiceImpl. changeInheritance(org.apache.sling.api.resource.Resource resource, String propertyName, AutoTranslateMergeService.CancelOrReenable kind)
-