Class DeleteProvisionalContentUsingBatchesCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.DeleteProvisionalContentUsingBatchesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<String>

public class DeleteProvisionalContentUsingBatchesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<String>
Author:
Prathamesh Mane
  • Field Details

    • contentItemQuery

      protected final CoreContentItemQueryImpl contentItemQuery
    • batchSize

      protected final int batchSize
    • batchName

      protected final String batchName
  • Constructor Details

    • DeleteProvisionalContentUsingBatchesCmd

      public DeleteProvisionalContentUsingBatchesCmd(CoreContentItemQueryImpl contentItemQuery, int batchSize, String batchName)
  • Method Details

    • execute

      public String execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<String>
    • createBatchPartsForSequentialExecution

      protected void createBatchPartsForSequentialExecution(ContentEngineConfiguration engineConfiguration, org.flowable.batch.api.Batch batch)