| Modifier and Type | Field and Description |
|---|---|
protected String |
batchName |
protected int |
batchSize |
protected HistoricCaseInstanceQueryImpl |
historicCaseInstanceQuery |
protected boolean |
sequential |
| Constructor and Description |
|---|
DeleteHistoricCaseInstancesUsingBatchesCmd(HistoricCaseInstanceQueryImpl query,
int batchSize,
String batchName,
boolean sequential) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createBatchPartsForParallelExecution(CmmnEngineConfiguration engineConfiguration,
org.flowable.batch.api.Batch batch,
long numberOfBatchParts) |
protected void |
createBatchPartsForSequentialExecution(CmmnEngineConfiguration engineConfiguration,
org.flowable.batch.api.Batch batch,
long numberOfBatchParts) |
String |
execute(CommandContext commandContext) |
protected void |
populateQueryNode(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
HistoricCaseInstanceQueryImpl query) |
protected void |
populateQueryVariableValue(com.fasterxml.jackson.databind.node.ArrayNode queryVariablesArrayNode,
QueryVariableValue variableValue) |
protected void |
putIdentityLinkQuery(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
String key,
IdentityLinkQueryObject linkQueryObject) |
protected HistoricCaseInstanceQueryImpl historicCaseInstanceQuery
protected int batchSize
protected boolean sequential
protected String batchName
public DeleteHistoricCaseInstancesUsingBatchesCmd(HistoricCaseInstanceQueryImpl query, int batchSize, String batchName, boolean sequential)
public String execute(CommandContext commandContext)
protected void createBatchPartsForParallelExecution(CmmnEngineConfiguration engineConfiguration, org.flowable.batch.api.Batch batch, long numberOfBatchParts)
protected void createBatchPartsForSequentialExecution(CmmnEngineConfiguration engineConfiguration, org.flowable.batch.api.Batch batch, long numberOfBatchParts)
protected void populateQueryNode(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
HistoricCaseInstanceQueryImpl query)
protected void putIdentityLinkQuery(com.fasterxml.jackson.databind.node.ObjectNode queryNode,
String key,
IdentityLinkQueryObject linkQueryObject)
protected void populateQueryVariableValue(com.fasterxml.jackson.databind.node.ArrayNode queryVariablesArrayNode,
QueryVariableValue variableValue)
Copyright © 2021 Flowable. All rights reserved.