Class FindBatchPartsByBatchIdCmd

java.lang.Object
org.flowable.engine.impl.cmd.FindBatchPartsByBatchIdCmd
All Implemented Interfaces:
Command<List<org.flowable.batch.api.BatchPart>>

public class FindBatchPartsByBatchIdCmd extends Object implements Command<List<org.flowable.batch.api.BatchPart>>
  • Field Details

    • batchId

      protected String batchId
    • status

      protected String status
  • Constructor Details

    • FindBatchPartsByBatchIdCmd

      public FindBatchPartsByBatchIdCmd(String batchId)
    • FindBatchPartsByBatchIdCmd

      public FindBatchPartsByBatchIdCmd(String batchId, String status)
  • Method Details

    • execute

      public List<org.flowable.batch.api.BatchPart> execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<List<org.flowable.batch.api.BatchPart>>