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(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 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(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale)
TranslationEntity
TranslationEntityManagerImpl. findByScopeIdScopeTypeKeyAndLocale(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale)
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type TranslationEntity Modifier and Type Method Description java.util.List<TranslationEntity>
TranslationEntityManager. findTranslationsForScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.util.List<TranslationEntity>
TranslationEntityManagerImpl. findTranslationsForScopeIdAndScopeType(java.lang.String scopeId, java.lang.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(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.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 java.util.List<TranslationEntity>
TranslationDataManager. findTranslationsForScopeIdAndScopeType(java.lang.String scopeId, java.lang.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 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 TranslationEntity Modifier and Type Method Description TranslationEntity
MybatisTranslationDataManager. create()
TranslationEntity
MybatisTranslationDataManager. findByScopeIdScopeTypeKeyAndLocale(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.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 java.util.List<TranslationEntity>
MybatisTranslationDataManager. findTranslationsForScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.lang.Class<? extends TranslationEntity>
MybatisTranslationDataManager. getManagedEntityClass()