Class ReindexConversationsCmd

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

public class ReindexConversationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.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

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>