Class ConversationIndexingServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
-
- com.flowable.engage.engine.impl.indexing.ConversationIndexingServiceImpl
-
- All Implemented Interfaces:
ConversationIndexingService
public class ConversationIndexingServiceImpl extends CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationIndexingService
-
-
Field Summary
Fields Modifier and Type Field Description protected IndexManager
indexManager
protected ReindexManager
reindexManager
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description ConversationIndexingServiceImpl(EngageEngineConfiguration engageEngineConfiguration, ReindexManager reindexManager, IndexManager indexManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reindex()
Reindex all conversations and messages from DBvoid
reindex(String conversationId)
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Field Detail
-
reindexManager
protected ReindexManager reindexManager
-
indexManager
protected IndexManager indexManager
-
-
Constructor Detail
-
ConversationIndexingServiceImpl
public ConversationIndexingServiceImpl(EngageEngineConfiguration engageEngineConfiguration, ReindexManager reindexManager, IndexManager indexManager)
-
-
Method Detail
-
reindex
public void reindex()
Description copied from interface:ConversationIndexingService
Reindex all conversations and messages from DB- Specified by:
reindex
in interfaceConversationIndexingService
-
reindex
public void reindex(String conversationId)
- Specified by:
reindex
in interfaceConversationIndexingService
-
-