Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateService.TranslationParameters
-
Packages that use AutoTranslateService.TranslationParameters Package Description com.composum.ai.aem.core.impl.autotranslate com.composum.ai.aem.core.impl.autotranslate.workflow -
-
Uses of AutoTranslateService.TranslationParameters in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoTranslateService.TranslationParameters Modifier and Type Method Description AutoTranslateService.TranslationParameters
AutoTranslateService.TranslationParameters. clone()
Methods in com.composum.ai.aem.core.impl.autotranslate with parameters of type AutoTranslateService.TranslationParameters 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 void
AutoPageTranslateServiceImpl. markAsAiTranslated(org.apache.sling.api.resource.Resource resource, com.day.cq.wcm.msm.api.LiveRelationship liveRelationship, AutoTranslateService.TranslationParameters parameters, com.composum.ai.backend.base.service.chat.GPTConfiguration configuration)
AutoTranslateService.TranslationRun
AutoTranslateService. startTranslation(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, AutoTranslateService.TranslationParameters translationParameters)
Starts a new translation run.AutoTranslateService.TranslationRun
AutoTranslateServiceImpl. startTranslation(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, AutoTranslateService.TranslationParameters translationParameters)
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)
-
Uses of AutoTranslateService.TranslationParameters in com.composum.ai.aem.core.impl.autotranslate.workflow
Methods in com.composum.ai.aem.core.impl.autotranslate.workflow that return AutoTranslateService.TranslationParameters Modifier and Type Method Description protected AutoTranslateService.TranslationParameters
AutoTranslateWorkflowProcess. getTranslationParameters(String processArguments)
Deprecated.Methods in com.composum.ai.aem.core.impl.autotranslate.workflow with parameters of type AutoTranslateService.TranslationParameters Modifier and Type Method Description protected void
AutoTranslateWorkflowProcess. translate(org.apache.sling.api.resource.Resource resource, AutoTranslateService.TranslationParameters parms, int depth)
Deprecated.
-