Class ReindexConversationsCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
All Implemented Interfaces:
Command<Void>

public class ReindexConversationsCmd extends Object implements Command<Void>
  • Field Details

    • indexName

      protected String indexName
    • conversationId

      protected String conversationId
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

    • ReindexConversationsCmd

      public ReindexConversationsCmd(String indexName, int start, int pageSize)
    • ReindexConversationsCmd

      public ReindexConversationsCmd(String indexName, String conversationId)
  • Method Details