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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ReindexUsersCmd(java.lang.String indexName, int start, int pageSize)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
ReindexUsersCmd
public ReindexUsersCmd(java.lang.String indexName, int start, int pageSize)
-
-
Method Details
-
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>
-