Class ReindexUsersCmd

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

public class ReindexUsersCmd extends Object implements Command<Void>
Author:
Joram Barrez
  • Field Details

    • indexName

      protected String indexName
    • userId

      protected String userId
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

    • ReindexUsersCmd

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

      public ReindexUsersCmd(String indexName, String userId)
  • Method Details