public class UserIndexingServiceImpl extends CommonEngineServiceImpl<CoreIdmEngineConfiguration> implements UserIndexingService
| Modifier and Type | Field and Description |
|---|---|
protected com.flowable.indexing.IndexManager |
indexManager |
protected com.flowable.indexing.ReindexManager |
reindexManager |
commandExecutorconfiguration| Constructor and Description |
|---|
UserIndexingServiceImpl(com.flowable.indexing.ReindexManager reindexManager,
com.flowable.indexing.IndexManager indexManager,
CoreIdmEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
reindex() |
void |
reindex(String userId) |
getCommandExecutor, setCommandExecutorgetConfigurationprotected com.flowable.indexing.ReindexManager reindexManager
protected com.flowable.indexing.IndexManager indexManager
public UserIndexingServiceImpl(com.flowable.indexing.ReindexManager reindexManager,
com.flowable.indexing.IndexManager indexManager,
CoreIdmEngineConfiguration engineConfiguration)
public void reindex()
reindex in interface UserIndexingServicepublic void reindex(String userId)
reindex in interface UserIndexingService