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 voidLoadMasterDataInstanceDataCmd.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 TranslationServiceMasterDataInstanceEntityManagerImpl.getTranslationService() -
Uses of TranslationService in com.flowable.dataobject.engine.impl.util
Methods in com.flowable.dataobject.engine.impl.util that return TranslationServiceModifier and TypeMethodDescriptionstatic TranslationServiceCommandContextUtil.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 TranslationServicePlatformEngineConfiguration.translationServiceMethods 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 TypeMethodDescriptionvoidPlatformEngineConfiguration.setTranslationService(TranslationService translationService) -
Uses of TranslationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as TranslationServiceModifier and TypeFieldDescriptionprotected TranslationServicePlatformEngineImpl.translationServiceMethods 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 TranslationServiceCommandContextUtil.getTranslationService()static TranslationServiceCommandContextUtil.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 voidAbstractPlanItemInstanceLifecycleListener.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 TranslationServicePlatformTaskService.translationService -
Uses of TranslationService in com.flowable.platform.service.translation
Fields in com.flowable.platform.service.translation declared as TranslationServiceModifier and TypeFieldDescriptionprotected final TranslationServicePlatformTranslationService.translationServiceConstructors in com.flowable.platform.service.translation with parameters of type TranslationServiceModifierConstructorDescriptionPlatformTranslationService(TranslationService translationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)