Class FindBatchPartsByBatchIdCmd

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

public class FindBatchPartsByBatchIdCmd extends Object implements Command<List<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