Class UserIndexingServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
com.flowable.idm.engine.impl.indexing.UserIndexingServiceImpl
All Implemented Interfaces:
UserIndexingService

public class UserIndexingServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
implements UserIndexingService
Author:
Joram Barrez
  • Field Summary

    Fields 
    Modifier and Type Field Description
    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
    UserIndexingServiceImpl​(com.flowable.indexing.ReindexManager reindexManager, CoreIdmEngineConfiguration engineConfiguration)  
  • Method Summary

    Modifier and Type Method Description
    void reindex()  

    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