Class UserIndexingServiceImpl

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reindex()  
      void reindex​(java.lang.String userId)  
      • 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
    • Field Detail

      • reindexManager

        protected com.flowable.indexing.ReindexManager reindexManager
      • indexManager

        protected com.flowable.indexing.IndexManager indexManager
    • Constructor Detail

      • UserIndexingServiceImpl

        public UserIndexingServiceImpl​(com.flowable.indexing.ReindexManager reindexManager,
                                       com.flowable.indexing.IndexManager indexManager,
                                       CoreIdmEngineConfiguration engineConfiguration)