Class BatchDeleteProcessConfig

java.lang.Object
org.flowable.engine.impl.delete.BatchDeleteProcessConfig

public class BatchDeleteProcessConfig extends Object
Author:
Filip Hrisafov
  • Field Details

    • batch

      protected final org.flowable.batch.api.Batch batch
    • batchPart

      protected final org.flowable.batch.api.BatchPart batchPart
    • error

      protected final String error
    • sequentialExecution

      protected final boolean sequentialExecution
    • batchSize

      protected int batchSize
    • query

  • Constructor Details

    • BatchDeleteProcessConfig

      protected BatchDeleteProcessConfig(org.flowable.batch.api.Batch batch, org.flowable.batch.api.BatchPart batchPart, String error, boolean sequentialExecution)
  • Method Details