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 org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
implements ConversationIndexingService
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected com.flowable.indexing.IndexManager indexManager  
    protected com.flowable.indexing.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, com.flowable.indexing.ReindexManager reindexManager, com.flowable.indexing.IndexManager indexManager)  
  • Method Summary

    Modifier and Type Method Description
    void reindex()
    Reindex all conversations and messages from DB
    void reindex​(java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait