Class FindBatchesBySearchKeyCmd

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

public class FindBatchesBySearchKeyCmd extends Object implements Command<List<Batch>>
  • Field Details

    • searchKey

      protected String searchKey
  • Constructor Details

    • FindBatchesBySearchKeyCmd

      public FindBatchesBySearchKeyCmd(String searchKey)
  • Method Details