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 |
commandExecutor
configuration
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, setCommandExecutor
getConfiguration
protected 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 UserIndexingService
public void reindex(String userId)
reindex
in interface UserIndexingService