Class SyncIndexingTranslationChangeManager
java.lang.Object
com.flowable.platform.engine.impl.indexing.job.history.AbstractSyncHistoryIndexingManager
com.flowable.platform.service.index.SyncIndexingTranslationChangeManager
- All Implemented Interfaces:
TranslationChangeManager
public class SyncIndexingTranslationChangeManager
extends AbstractSyncHistoryIndexingManager
implements TranslationChangeManager
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.flowable.cmmn.engine.CmmnEngineConfigurationprotected final org.flowable.engine.impl.cfg.ProcessEngineConfigurationImplFields inherited from class com.flowable.platform.engine.impl.indexing.job.history.AbstractSyncHistoryIndexingManager
enabledIndices, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionSyncIndexingTranslationChangeManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddHistoryJobDataForScope(String scopeId, String scopeType, String jobServiceConfigurationScopeType) protected org.flowable.job.service.JobServiceConfigurationgetJobServiceConfigurationForScope(String scopeType) protected voidhandleDataForTranslation(String scopeId, String scopeType) protected voidhandleTaskForTranslation(String taskId) voidrecordTranslationCreated(Translation translation) voidrecordTranslationUpdate(Translation translation) Methods inherited from class com.flowable.platform.engine.impl.indexing.job.history.AbstractSyncHistoryIndexingManager
addHistoryJobData, addHistoryJobData, addHistoryJobDataForDirectIndex, addHistoryJobDataForDirectIndexWithPropagation, addHistoryJobDataForTaskIndex, getAsyncIndexingHistorySession
-
Field Details
-
processEngineConfiguration
protected final org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration -
cmmnEngineConfiguration
protected final org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration
-
-
Constructor Details
-
SyncIndexingTranslationChangeManager
public SyncIndexingTranslationChangeManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices)
-
-
Method Details
-
recordTranslationCreated
- Specified by:
recordTranslationCreatedin interfaceTranslationChangeManager
-
recordTranslationUpdate
- Specified by:
recordTranslationUpdatein interfaceTranslationChangeManager
-
handleDataForTranslation
-
handleTaskForTranslation
-
addHistoryJobDataForScope
-
getJobServiceConfigurationForScope
protected org.flowable.job.service.JobServiceConfiguration getJobServiceConfigurationForScope(String scopeType)
-