Class FindBatchesBySearchKeyCmd

  • All Implemented Interfaces:
    Command<List<org.flowable.batch.api.Batch>>

    public class FindBatchesBySearchKeyCmd
    extends Object
    implements Command<List<org.flowable.batch.api.Batch>>
    • Field Detail

      • searchKey

        protected String searchKey
    • Constructor Detail

      • FindBatchesBySearchKeyCmd

        public FindBatchesBySearchKeyCmd​(String searchKey)
    • Method Detail