Package org.flowable.engine.impl.cmd
Class FindBatchesBySearchKeyCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.FindBatchesBySearchKeyCmd
-
-
Constructor Summary
Constructors Constructor Description FindBatchesBySearchKeyCmd(String searchKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.batch.api.Batch>execute(CommandContext commandContext)
-
-
-
Field Detail
-
searchKey
protected String searchKey
-
-
Constructor Detail
-
FindBatchesBySearchKeyCmd
public FindBatchesBySearchKeyCmd(String searchKey)
-
-
Method Detail
-
execute
public List<org.flowable.batch.api.Batch> execute(CommandContext commandContext)
-
-