Interface TranslationDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<TranslationEntity>
- All Known Implementing Classes:
MybatisTranslationDataManager
public interface TranslationDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<TranslationEntity>
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) longfindTranslationCountByQueryCriteria(TranslationQueryImpl translationQuery) findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery) findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findByScopeIdScopeTypeKeyAndLocale
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) -
findTranslationsForScopeIdAndScopeType
-
findTranslationsByQueryCriteria
-
findTranslationCountByQueryCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-