Class DeleteBatchCmd

java.lang.Object
org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
All Implemented Interfaces:
Command<Void>

public class DeleteBatchCmd extends Object implements Command<Void>
Author:
Thorben Lindhauer
  • Field Details

    • cascadeToHistory

      protected boolean cascadeToHistory
    • batchId

      protected String batchId
  • Constructor Details

    • DeleteBatchCmd

      public DeleteBatchCmd(String batchId, boolean cascadeToHistory)
  • Method Details