Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoPageTranslateService.Stats
-
Packages that use AutoPageTranslateService.Stats Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AutoPageTranslateService.Stats in com.composum.ai.aem.core.impl.autotranslate
Fields in com.composum.ai.aem.core.impl.autotranslate declared as AutoPageTranslateService.Stats Modifier and Type Field Description AutoPageTranslateService.Stats
AutoTranslateService.TranslationPage. stats
Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoPageTranslateService.Stats Modifier and Type Method Description AutoPageTranslateService.Stats
AutoPageTranslateService. translateLiveCopy(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters translationParameters)
Implements the actual translation for one page or asset.AutoPageTranslateService.Stats
AutoPageTranslateServiceImpl. translateLiveCopy(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters translationParameters)
Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoPageTranslateService.Stats Modifier and Type Method Description protected boolean
AutoPageTranslateServiceImpl. collectPropertiesToTranslate(org.apache.sling.api.resource.Resource resource, List<AutoPageTranslateServiceImpl.PropertyToTranslate> propertiesToTranslate, AutoPageTranslateService.Stats stats, AutoTranslateService.TranslationParameters translationParameters, boolean force)
Searches for properties we have to translate.protected boolean
AutoPageTranslateServiceImpl. migratePathsToLanguageCopy(org.apache.sling.api.resource.Resource resource, String language, AutoPageTranslateService.Stats stats)
Traverses the resource tree looking for paths pointing to /content/dam/ and /content/experience-fragments/ and changes them if there is an unique language copy in our language.
-