Class TranslationEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,TranslationEntity,TranslationDataManager>
com.flowable.platform.engine.impl.persistence.entity.TranslationEntityManagerImpl
- All Implemented Interfaces:
TranslationEntityManager
,EntityManager<TranslationEntity>
public class TranslationEntityManagerImpl
extends AbstractEngineEntityManager<PlatformEngineConfiguration,TranslationEntity,TranslationDataManager>
implements TranslationEntityManager
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
engineConfiguration
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
Constructor Summary
ConstructorDescriptionTranslationEntityManagerImpl
(PlatformEngineConfiguration configuration, TranslationDataManager translationDataManager) -
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 class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
TranslationEntityManagerImpl
public TranslationEntityManagerImpl(PlatformEngineConfiguration configuration, TranslationDataManager translationDataManager)
-
-
Method Details
-
createTranslationQuery
- Specified by:
createTranslationQuery
in interfaceTranslationEntityManager
-
findByScopeIdScopeTypeKeyAndLocale
public TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) - Specified by:
findByScopeIdScopeTypeKeyAndLocale
in interfaceTranslationEntityManager
-
findTranslationsForScopeIdAndScopeType
public List<TranslationEntity> findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType) - Specified by:
findTranslationsForScopeIdAndScopeType
in interfaceTranslationEntityManager
-
findTranslationsByQueryCriteria
- Specified by:
findTranslationsByQueryCriteria
in interfaceTranslationEntityManager
-
findTranslationCountByQueryCriteria
- Specified by:
findTranslationCountByQueryCriteria
in interfaceTranslationEntityManager
-
deleteByScopeIdAndScopeType
- Specified by:
deleteByScopeIdAndScopeType
in interfaceTranslationEntityManager
-
bulkDeleteByScopeIdsAndScopeType
- Specified by:
bulkDeleteByScopeIdsAndScopeType
in interfaceTranslationEntityManager
-