Class ReindexConversationsCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class ReindexConversationsCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
conversationId
protected java.lang.String
indexName
protected int
pageSize
protected int
start
-
Constructor Summary
Constructors Constructor Description ReindexConversationsCmd(java.lang.String indexName, int start, int pageSize)
ReindexConversationsCmd(java.lang.String indexName, java.lang.String conversationId)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
indexName
protected java.lang.String indexName -
conversationId
protected java.lang.String conversationId -
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexConversationsCmd
public ReindexConversationsCmd(java.lang.String indexName, int start, int pageSize) -
ReindexConversationsCmd
public ReindexConversationsCmd(java.lang.String indexName, java.lang.String conversationId)
-
-
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>
-