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
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 UserIndexingServiceImpl(com.flowable.indexing.ReindexManager reindexManager, com.flowable.indexing.IndexManager indexManager, CoreIdmEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reindex()
void
reindex(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
-
-
-
-
Constructor Detail
-
UserIndexingServiceImpl
public UserIndexingServiceImpl(com.flowable.indexing.ReindexManager reindexManager, com.flowable.indexing.IndexManager indexManager, CoreIdmEngineConfiguration engineConfiguration)
-
-
Method Detail
-
reindex
public void reindex()
- Specified by:
reindex
in interfaceUserIndexingService
-
reindex
public void reindex(String userId)
- Specified by:
reindex
in interfaceUserIndexingService
-
-