Uses of Interface
com.flowable.platform.engine.impl.translation.TranslationChangeManager
Package | Description |
---|---|
com.flowable.platform.engine | |
com.flowable.platform.engine.impl.util | |
com.flowable.platform.service.index |
-
Uses of TranslationChangeManager in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as TranslationChangeManager Modifier and Type Field Description protected TranslationChangeManager
PlatformEngineConfiguration. translationChangeManager
Methods in com.flowable.platform.engine that return TranslationChangeManager Modifier and Type Method Description TranslationChangeManager
PlatformEngineConfiguration. getTranslationChangeManager()
Methods in com.flowable.platform.engine with parameters of type TranslationChangeManager Modifier and Type Method Description void
PlatformEngineConfiguration. setTranslationChangeManager(TranslationChangeManager translationChangeManager)
-
Uses of TranslationChangeManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return TranslationChangeManager Modifier and Type Method Description static TranslationChangeManager
CommandContextUtil. getTranslationChangeManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of TranslationChangeManager in com.flowable.platform.service.index
Classes in com.flowable.platform.service.index that implement TranslationChangeManager Modifier and Type Class Description class
AsyncIndexingTranslationChangeManager