Class GetBatchPartCmd

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

    public class GetBatchPartCmd
    extends Object
    implements Command<org.flowable.batch.api.BatchPart>
    • 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)
        Specified by:
        execute in interface Command<org.flowable.batch.api.BatchPart>