Package com.flowable.idm.engine.impl.cmd
Class ReindexUsersCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.ReindexUsersCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class ReindexUsersCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReindexUsersCmd
(String indexName, int start, int pageSize) ReindexUsersCmd
(String indexName, String userId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected void
scheduleReindex
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, PlatformUser user)
-
Field Details
-
indexName
-
userId
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexUsersCmd
-
ReindexUsersCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
scheduleReindex
protected void scheduleReindex(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, PlatformUser user)
-