Class ReindexAgentInvocationsCmd

java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexAgentInvocationsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ReindexAgentInvocationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • agentInvocationIndexingScheduler

      protected AgentInvocationIndexingScheduler agentInvocationIndexingScheduler
    • indexName

      protected String indexName
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

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

      protected String resolveAgentDefinitionName(AgentEngineConfigurationApi agentEngineConfiguration, Map<String,String> agentDefinitionIdToName, String agentDefinitionId)
      Returns the (possibly null) name for the given agent definition id, looking it up at most once per page.