Class ReindexAgentInstanceCmd

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

public class ReindexAgentInstanceCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • agentInstanceId

      protected String agentInstanceId
  • Constructor Details

    • ReindexAgentInstanceCmd

      public ReindexAgentInstanceCmd(String agentInstanceId)
  • Method Details

    • execute

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