Class ReindexAgentInvocationCmd

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

public class ReindexAgentInvocationCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • agentInvocationId

      protected String agentInvocationId
  • Constructor Details

    • ReindexAgentInvocationCmd

      public ReindexAgentInvocationCmd(String agentInvocationId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)