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 TranslationEntityUpdateTranslationValueCmd. 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 classTranslationEntityImplMethods in com.flowable.platform.engine.impl.persistence.entity that return TranslationEntity Modifier and Type Method Description TranslationEntityTranslationEntityManager. findByScopeIdScopeTypeKeyAndLocale(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale)TranslationEntityTranslationEntityManagerImpl. 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 TranslationEntityTranslationDataManager. 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. translationByScopeKeyAndLocaleMatcherprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<TranslationEntity>MybatisTranslationDataManager. translationByScopeMatcherMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return TranslationEntity Modifier and Type Method Description TranslationEntityMybatisTranslationDataManager. create()TranslationEntityMybatisTranslationDataManager. 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()