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.CmmnEngineConfiguration
protected final org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl
Fields 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 void
addHistoryJobDataForScope
(String scopeId, String scopeType, String jobServiceConfigurationScopeType) protected org.flowable.job.service.JobServiceConfiguration
getJobServiceConfigurationForScope
(String scopeType) protected void
handleDataForTranslation
(String scopeId, String scopeType) protected void
handleTaskForTranslation
(String taskId) void
recordTranslationCreated
(Translation translation) void
recordTranslationUpdate
(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:
recordTranslationCreated
in interfaceTranslationChangeManager
-
recordTranslationUpdate
- Specified by:
recordTranslationUpdate
in interfaceTranslationChangeManager
-
handleDataForTranslation
-
handleTaskForTranslation
-
addHistoryJobDataForScope
-
getJobServiceConfigurationForScope
protected org.flowable.job.service.JobServiceConfiguration getJobServiceConfigurationForScope(String scopeType)
-