Class 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 Detail

      • batchId

        protected String batchId
      • status

        protected String status
    • Constructor Detail

      • FindBatchPartsByBatchIdCmd

        public FindBatchPartsByBatchIdCmd​(String batchId)
      • FindBatchPartsByBatchIdCmd

        public FindBatchPartsByBatchIdCmd​(String batchId,
                                          String status)
    • Method Detail

      • execute

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