Class UserReindexHandler
java.lang.Object
com.flowable.idm.engine.impl.indexing.UserReindexHandler
- All Implemented Interfaces:
ReindexEntityPageHandler
Batch reindex pipeline for the "users" index.
HANDLER_ID must match the map key passed to
ReindexManager.reindex(String, java.util.Map). Work runs on the IDM command executor, independent of
the command context executing the reindex jobs.-
Field Details
-
HANDLER_ID
- See Also:
-
engineConfiguration
-
-
Constructor Details
-
UserReindexHandler
-
-
Method Details
-
getHandlerId
- Specified by:
getHandlerIdin interfaceReindexEntityPageHandler
-
getTotalCount
public long getTotalCount()- Specified by:
getTotalCountin interfaceReindexEntityPageHandler
-
reindexPage
- Specified by:
reindexPagein interfaceReindexEntityPageHandler
-