Class GetBatchPartCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetBatchPartCmd
All Implemented Interfaces:
Command<org.flowable.batch.api.BatchPart>

public class GetBatchPartCmd extends Object implements Command<org.flowable.batch.api.BatchPart>
  • Field Details

    • batchPartId

      protected String batchPartId
  • Constructor Details

    • GetBatchPartCmd

      public GetBatchPartCmd(String batchPartId)
  • Method Details

    • execute

      public org.flowable.batch.api.BatchPart execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.flowable.batch.api.BatchPart>