Interface TranslationEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<TranslationEntity>
- All Known Implementing Classes:
TranslationEntityManagerImpl
public interface TranslationEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<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
(TranslationQuery translationQuery) findTranslationsByQueryCriteria
(TranslationQuery translationQuery) findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
createTranslationQuery
TranslationQuery createTranslationQuery() -
findByScopeIdScopeTypeKeyAndLocale
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) -
findTranslationsForScopeIdAndScopeType
-
findTranslationsByQueryCriteria
-
findTranslationCountByQueryCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-