Class ReindexConversationsCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReindexConversationsCmd
(String indexName, int start, int pageSize) ReindexConversationsCmd
(String indexName, String conversationId) -
Method Summary
-
Field Details
-
indexName
-
conversationId
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexConversationsCmd
-
ReindexConversationsCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-