Uses of Interface
com.flowable.platform.api.translation.TranslationService
Packages that use TranslationService
Package
Description
-
Uses of TranslationService in com.flowable.dataobject.engine.impl.cmd
Methods in com.flowable.dataobject.engine.impl.cmd with parameters of type TranslationServiceModifier 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
Methods in com.flowable.dataobject.engine.impl.persistence.entity that return TranslationServiceModifier and TypeMethodDescriptionprotected TranslationService
MasterDataInstanceEntityManagerImpl.getTranslationService()
-
Uses of TranslationService in com.flowable.dataobject.engine.impl.util
Methods in com.flowable.dataobject.engine.impl.util that return TranslationServiceModifier and TypeMethodDescriptionstatic TranslationService
CommandContextUtil.getTranslationService
(CommandContext commandContext) -
Uses of TranslationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return TranslationService -
Uses of TranslationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as TranslationServiceModifier and TypeFieldDescriptionprotected TranslationService
PlatformEngineConfiguration.translationService
Methods in com.flowable.platform.engine that return TranslationServiceModifier and TypeMethodDescriptionPlatformEngine.getTranslationService()
PlatformEngineConfiguration.getTranslationService()
Methods in com.flowable.platform.engine with parameters of type TranslationServiceModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setTranslationService
(TranslationService translationService) -
Uses of TranslationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as TranslationServiceModifier and TypeFieldDescriptionprotected TranslationService
PlatformEngineImpl.translationService
Methods in com.flowable.platform.engine.impl that return TranslationService -
Uses of TranslationService in com.flowable.platform.engine.impl.translation
Classes in com.flowable.platform.engine.impl.translation that implement TranslationService -
Uses of TranslationService in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return TranslationServiceModifier and TypeMethodDescriptionstatic TranslationService
CommandContextUtil.getTranslationService()
static TranslationService
CommandContextUtil.getTranslationService
(CommandContext commandContext) -
Uses of TranslationService in com.flowable.platform.service.action
Methods in com.flowable.platform.service.action with parameters of type TranslationServiceModifier and TypeMethodDescriptionprotected void
AbstractPlanItemInstanceLifecycleListener.deleteActionInstance
(ActionInstance actionInstance, ActionRuntimeService actionRuntimeService, TranslationService translationService) -
Uses of TranslationService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as TranslationServiceModifier and TypeFieldDescriptionprotected TranslationService
PlatformTaskService.translationService
-
Uses of TranslationService in com.flowable.platform.service.translation
Fields in com.flowable.platform.service.translation declared as TranslationServiceModifier and TypeFieldDescriptionprotected final TranslationService
PlatformTranslationService.translationService
Constructors in com.flowable.platform.service.translation with parameters of type TranslationServiceModifierConstructorDescriptionPlatformTranslationService
(TranslationService translationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)