Package org.flowable.engine.impl.cmd
Class FindBatchPartsByBatchIdCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.FindBatchPartsByBatchIdCmd
-
-
Constructor Summary
Constructors Constructor Description FindBatchPartsByBatchIdCmd(String batchId)FindBatchPartsByBatchIdCmd(String batchId, String status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.batch.api.BatchPart>execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<org.flowable.batch.api.BatchPart> execute(CommandContext commandContext)
-
-