Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.TranslationEntity
Packages that use TranslationEntity
Package
Description
-
Uses of TranslationEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return TranslationEntityModifier and TypeMethodDescriptionUpdateTranslationValueCmd.execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of TranslationEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement TranslationEntityMethods in com.flowable.platform.engine.impl.persistence.entity that return TranslationEntityModifier and TypeMethodDescriptionTranslationEntityManager.findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) 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 TranslationEntityModifier 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
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return TranslationEntityModifier and TypeMethodDescriptionTranslationDataManager.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 TranslationEntityModifier and TypeMethodDescriptionTranslationDataManager.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 TranslationEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.db.SingleCachedEntityMatcher
<TranslationEntity> MybatisTranslationDataManager.translationByScopeKeyAndLocaleMatcher
protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
<TranslationEntity> MybatisTranslationDataManager.translationByScopeMatcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return TranslationEntityModifier and TypeMethodDescriptionMybatisTranslationDataManager.create()
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 TranslationEntityModifier and TypeMethodDescriptionMybatisTranslationDataManager.findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) Class
<? extends TranslationEntity> MybatisTranslationDataManager.getManagedEntityClass()