Uses of Interface
com.flowable.platform.api.translation.TranslationService
-
Uses of TranslationService in com.flowable.action.rest.service.api.repository
Fields in com.flowable.action.rest.service.api.repository declared as TranslationService Modifier and Type Field Description protected TranslationService
ScopedActionDefinitionCollectionResource. translationService
-
Uses of TranslationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return TranslationService Modifier and Type Method Description TranslationService
PlatformEngineConfigurationApi. getTranslationService()
-
Uses of TranslationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as TranslationService Modifier and Type Field Description protected TranslationService
PlatformEngineConfiguration. translationService
Methods in com.flowable.platform.engine that return TranslationService Modifier and Type Method Description TranslationService
PlatformEngine. getTranslationService()
TranslationService
PlatformEngineConfiguration. getTranslationService()
Methods in com.flowable.platform.engine with parameters of type TranslationService Modifier and Type Method Description void
PlatformEngineConfiguration. setTranslationService(TranslationService translationService)
-
Uses of TranslationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as TranslationService Modifier and Type Field Description protected TranslationService
PlatformEngineImpl. translationService
Methods in com.flowable.platform.engine.impl that return TranslationService Modifier and Type Method Description TranslationService
PlatformEngineImpl. getTranslationService()
-
Uses of TranslationService in com.flowable.platform.engine.impl.translation
Classes in com.flowable.platform.engine.impl.translation that implement TranslationService Modifier and Type Class Description class
TranslationServiceImpl
-
Uses of TranslationService in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return TranslationService Modifier and Type Method Description static TranslationService
CommandContextUtil. getTranslationService()
static TranslationService
CommandContextUtil. getTranslationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of TranslationService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as TranslationService Modifier and Type Field Description protected TranslationService
PlatformTaskService. translationService
-
Uses of TranslationService in com.flowable.platform.service.translation
Fields in com.flowable.platform.service.translation declared as TranslationService Modifier and Type Field Description protected TranslationService
PlatformTranslationService. translationService
Constructors in com.flowable.platform.service.translation with parameters of type TranslationService Constructor Description PlatformTranslationService(TranslationService translationService)