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<java.lang.Void>
public class ReindexUsersCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description ReindexUsersCmd(java.lang.String indexName, int start, int pageSize)
ReindexUsersCmd(java.lang.String indexName, java.lang.String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected void
scheduleReindex(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, PlatformUser user)
-
-
-
Method Detail
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-
scheduleReindex
protected void scheduleReindex(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, PlatformUser user)
-
-