Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.TranslationEntityManager
-
Packages that use TranslationEntityManager Package Description com.flowable.platform.engine.impl.persistence.entity com.flowable.platform.engine.impl.util -
-
Uses of TranslationEntityManager in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement TranslationEntityManager Modifier and Type Class Description class
TranslationEntityManagerImpl
Fields in com.flowable.platform.engine.impl.persistence.entity declared as TranslationEntityManager Modifier and Type Field Description protected TranslationEntityManager
PlatformEntityManagers. translationEntityManager
Methods in com.flowable.platform.engine.impl.persistence.entity that return TranslationEntityManager Modifier and Type Method Description TranslationEntityManager
PlatformEntityManagers. getTranslationEntityManager()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type TranslationEntityManager Modifier and Type Method Description void
PlatformEntityManagers. setTranslationEntityManager(TranslationEntityManager translationEntityManager)
-
Uses of TranslationEntityManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return TranslationEntityManager Modifier and Type Method Description static TranslationEntityManager
CommandContextUtil. getTranslationEntityManager(CommandContext commandContext)
-