Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.TranslationEntity
Package
Description
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.cmd
Modifier and TypeMethodDescriptionUpdateTranslationValueCmd.execute
(CommandContext commandContext) -
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionTranslationEntityManager.findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) TranslationEntityManagerImpl.findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) Modifier and TypeMethodDescriptionTranslationEntityManager.findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) TranslationEntityManagerImpl.findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) -
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionTranslationDataManager.findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) Modifier and TypeMethodDescriptionTranslationDataManager.findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) -
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<TranslationEntity>
MybatisTranslationDataManager.translationByScopeKeyAndLocaleMatcher
protected CachedEntityMatcher<TranslationEntity>
MybatisTranslationDataManager.translationByScopeMatcher
Modifier and TypeMethodDescriptionMybatisTranslationDataManager.create()
MybatisTranslationDataManager.findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) Modifier and TypeMethodDescriptionMybatisTranslationDataManager.findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) Class<? extends TranslationEntity>
MybatisTranslationDataManager.getManagedEntityClass()