Class ReindexUsersCmd

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

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

    • 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>
    • scheduleReindex

      protected void scheduleReindex(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, PlatformUser user)