Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.TranslationEntity
-
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return TranslationEntity Modifier and Type Method Description TranslationEntity
UpdateTranslationValueCmd. execute(CommandContext commandContext)
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement TranslationEntity Modifier and Type Class Description class
TranslationEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return TranslationEntity Modifier and Type Method Description TranslationEntity
TranslationEntityManager. findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
TranslationEntity
TranslationEntityManagerImpl. findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type TranslationEntity Modifier and Type Method Description List<TranslationEntity>
TranslationEntityManager. findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
List<TranslationEntity>
TranslationEntityManagerImpl. findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return TranslationEntity Modifier and Type Method Description TranslationEntity
TranslationDataManager. findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type TranslationEntity Modifier and Type Method Description List<TranslationEntity>
TranslationDataManager. findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl with type parameters of type TranslationEntity Modifier and Type Field Description protected SingleCachedEntityMatcher<TranslationEntity>
MybatisTranslationDataManager. translationByScopeKeyAndLocaleMatcher
protected CachedEntityMatcher<TranslationEntity>
MybatisTranslationDataManager. translationByScopeMatcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return TranslationEntity Modifier and Type Method Description TranslationEntity
MybatisTranslationDataManager. create()
TranslationEntity
MybatisTranslationDataManager. findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type TranslationEntity Modifier and Type Method Description List<TranslationEntity>
MybatisTranslationDataManager. findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
Class<? extends TranslationEntity>
MybatisTranslationDataManager. getManagedEntityClass()
-