Class GetAllBatchesCmd

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

public class GetAllBatchesCmd extends Object implements Command<List<org.flowable.batch.api.Batch>>
  • Constructor Details

    • GetAllBatchesCmd

      public GetAllBatchesCmd()
  • Method Details