| Modifier and Type | Method and Description |
|---|---|
TranslationEntity |
UpdateTranslationValueCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
TranslationEntity |
TranslationEntityManagerImpl.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
TranslationEntity |
TranslationEntityManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
List<TranslationEntity> |
TranslationEntityManagerImpl.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
List<TranslationEntity> |
TranslationEntityManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
protected org.flowable.common.engine.impl.persistence.entity.data.DataManager<TranslationEntity> |
TranslationEntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
TranslationEntity |
TranslationDataManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
List<TranslationEntity> |
TranslationDataManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.impl.db.SingleCachedEntityMatcher<TranslationEntity> |
MybatisTranslationDataManager.translationByScopeKeyAndLocaleMatcher |
protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<TranslationEntity> |
MybatisTranslationDataManager.translationByScopeMatcher |
| Modifier and Type | Method and Description |
|---|---|
TranslationEntity |
MybatisTranslationDataManager.create() |
TranslationEntity |
MybatisTranslationDataManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
List<TranslationEntity> |
MybatisTranslationDataManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
Class<? extends TranslationEntity> |
MybatisTranslationDataManager.getManagedEntityClass() |
Copyright © 2019. All rights reserved.