Class DeleteHistoricCaseInstancesUsingBatchesCmd

  • All Implemented Interfaces:
    Command<String>

    public class DeleteHistoricCaseInstancesUsingBatchesCmd
    extends Object
    implements Command<String>
    Author:
    Filip Hrisafov
    • Field Detail

      • batchSize

        protected int batchSize
      • sequential

        protected boolean sequential
      • batchName

        protected String batchName
    • Constructor Detail

      • DeleteHistoricCaseInstancesUsingBatchesCmd

        public DeleteHistoricCaseInstancesUsingBatchesCmd​(HistoricCaseInstanceQueryImpl query,
                                                          int batchSize,
                                                          String batchName,
                                                          boolean sequential)
    • Method Detail

      • createBatchPartsForParallelExecution

        protected void createBatchPartsForParallelExecution​(CmmnEngineConfiguration engineConfiguration,
                                                            org.flowable.batch.api.Batch batch,
                                                            long numberOfBatchParts)
      • createBatchPartsForSequentialExecution

        protected void createBatchPartsForSequentialExecution​(CmmnEngineConfiguration engineConfiguration,
                                                              org.flowable.batch.api.Batch batch,
                                                              long numberOfBatchParts)
      • populateQueryNode

        protected void populateQueryNode​(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
                                         HistoricCaseInstanceQueryImpl query)
      • putIdentityLinkQuery

        protected void putIdentityLinkQuery​(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
                                            String key,
                                            IdentityLinkQueryObject linkQueryObject)
      • populateQueryVariableValue

        protected void populateQueryVariableValue​(com.fasterxml.jackson.databind.node.ArrayNode queryVariablesArrayNode,
                                                  QueryVariableValue variableValue)