Package com.flowable.idm.engine.impl.cmd
Class ReindexUsersCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.ReindexUsersCmd
-
-
Constructor Summary
Constructors Constructor Description ReindexUsersCmd(String indexName, int start, int pageSize)
ReindexUsersCmd(String indexName, String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
scheduleReindex(CommandContext commandContext, PlatformUser user)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
scheduleReindex
protected void scheduleReindex(CommandContext commandContext, PlatformUser user)
-
-