Uses of Interface
com.flowable.platform.api.translation.TranslationService
Package
Description
-
Uses of TranslationService in com.flowable.dataobject.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected void
LoadMasterDataInstanceDataCmd.handleTranslations
(MasterDataInstance masterDataInstance, com.fasterxml.jackson.databind.JsonNode itemNode, String nameField, TranslationService translationService) -
Uses of TranslationService in com.flowable.dataobject.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected TranslationService
MasterDataInstanceEntityManagerImpl.getTranslationService()
-
Uses of TranslationService in com.flowable.dataobject.engine.impl.util
Modifier and TypeMethodDescriptionstatic TranslationService
CommandContextUtil.getTranslationService
(CommandContext commandContext) -
Uses of TranslationService in com.flowable.platform.api
-
Uses of TranslationService in com.flowable.platform.engine
Modifier and TypeFieldDescriptionprotected TranslationService
PlatformEngineConfiguration.translationService
Modifier and TypeMethodDescriptionPlatformEngine.getTranslationService()
PlatformEngineConfiguration.getTranslationService()
Modifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setTranslationService
(TranslationService translationService) -
Uses of TranslationService in com.flowable.platform.engine.impl
Modifier and TypeFieldDescriptionprotected TranslationService
PlatformEngineImpl.translationService
-
Uses of TranslationService in com.flowable.platform.engine.impl.translation
-
Uses of TranslationService in com.flowable.platform.engine.impl.util
Modifier and TypeMethodDescriptionstatic TranslationService
CommandContextUtil.getTranslationService()
static TranslationService
CommandContextUtil.getTranslationService
(CommandContext commandContext) -
Uses of TranslationService in com.flowable.platform.service.action
Modifier and TypeMethodDescriptionprotected void
AbstractPlanItemInstanceLifecycleListener.deleteActionInstance
(ActionInstance actionInstance, ActionRuntimeService actionRuntimeService, TranslationService translationService) -
Uses of TranslationService in com.flowable.platform.service.task
Modifier and TypeFieldDescriptionprotected TranslationService
PlatformTaskService.translationService
-
Uses of TranslationService in com.flowable.platform.service.translation
Modifier and TypeFieldDescriptionprotected final TranslationService
PlatformTranslationService.translationService
ModifierConstructorDescriptionPlatformTranslationService
(TranslationService translationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)