Class ReindexAgentInvocationEvaluationCmd

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

public class ReindexAgentInvocationEvaluationCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • agentInvocationEvaluationId

      protected String agentInvocationEvaluationId
  • Constructor Details

    • ReindexAgentInvocationEvaluationCmd

      public ReindexAgentInvocationEvaluationCmd(String agentInvocationEvaluationId)
  • Method Details

    • execute

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