Class GetBatchDocumentCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetBatchDocumentCmd
All Implemented Interfaces:
Command<String>

public class GetBatchDocumentCmd extends Object implements Command<String>
  • Field Details

    • batchId

      protected String batchId
  • Constructor Details

    • GetBatchDocumentCmd

      public GetBatchDocumentCmd(String batchId)
  • Method Details