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 TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) long
findTranslationCountByQueryCriteria
(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
-