Package org.flowable.engine.impl.cmd
Class GetBatchPartCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetBatchPartCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbatchPartId
-
Constructor Summary
Constructors Constructor Description GetBatchPartCmd(String batchPartId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.batch.api.BatchPartexecute(CommandContext commandContext)
-
-
-
Field Detail
-
batchPartId
protected String batchPartId
-
-
Constructor Detail
-
GetBatchPartCmd
public GetBatchPartCmd(String batchPartId)
-
-
Method Detail
-
execute
public org.flowable.batch.api.BatchPart execute(CommandContext commandContext)
-
-