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 CommonEngineServiceImpl<CoreIdmEngineConfiguration>
implements UserIndexingService
- Author:
- Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.flowable.indexing.IndexManager
protected com.flowable.indexing.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
ConstructorDescriptionUserIndexingServiceImpl
(com.flowable.indexing.ReindexManager reindexManager, com.flowable.indexing.IndexManager indexManager, CoreIdmEngineConfiguration engineConfiguration) -
Method Summary
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 Details
-
reindexManager
protected com.flowable.indexing.ReindexManager reindexManager -
indexManager
protected com.flowable.indexing.IndexManager indexManager
-
-
Constructor Details
-
UserIndexingServiceImpl
public UserIndexingServiceImpl(com.flowable.indexing.ReindexManager reindexManager, com.flowable.indexing.IndexManager indexManager, CoreIdmEngineConfiguration engineConfiguration)
-
-
Method Details
-
reindex
public void reindex()- Specified by:
reindex
in interfaceUserIndexingService
-
reindex
- Specified by:
reindex
in interfaceUserIndexingService
-