public class BatchDeleteProcessConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BatchDeleteProcessConfig.VariableValueJsonNodeValueFields |
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.batch.api.Batch |
batch |
protected org.flowable.batch.api.BatchPart |
batchPart |
protected int |
batchSize |
protected String |
error |
protected HistoricProcessInstanceQuery |
query |
protected boolean |
sequentialExecution |
| Modifier | Constructor and Description |
|---|---|
protected |
BatchDeleteProcessConfig(org.flowable.batch.api.Batch batch,
org.flowable.batch.api.BatchPart batchPart,
String error,
boolean sequentialExecution) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<String> |
asStringList(com.fasterxml.jackson.databind.JsonNode node) |
protected static Set<String> |
asStringSet(com.fasterxml.jackson.databind.JsonNode node) |
static BatchDeleteProcessConfig |
create(String batchPartId,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static HistoricProcessInstanceQuery |
createQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static Object |
extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode,
ProcessEngineConfigurationImpl engineConfiguration) |
org.flowable.batch.api.Batch |
getBatch() |
protected static com.fasterxml.jackson.databind.JsonNode |
getBatchConfiguration(org.flowable.batch.api.Batch batch,
ProcessEngineConfigurationImpl engineConfiguration) |
org.flowable.batch.api.BatchPart |
getBatchPart() |
int |
getBatchSize() |
String |
getError() |
HistoricProcessInstanceQuery |
getQuery() |
boolean |
hasError() |
boolean |
isSequentialExecution() |
protected static void |
populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static void |
populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static void |
populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static String |
prepareFailedResultAsJsonString(String errorMessage,
FlowableException exception,
ProcessEngineConfigurationImpl engineConfiguration) |
protected static String |
prepareFailedResultAsJsonString(String errorMessage,
ProcessEngineConfigurationImpl engineConfiguration) |
protected final org.flowable.batch.api.Batch batch
protected final org.flowable.batch.api.BatchPart batchPart
protected final String error
protected final boolean sequentialExecution
protected int batchSize
protected HistoricProcessInstanceQuery query
protected BatchDeleteProcessConfig(org.flowable.batch.api.Batch batch,
org.flowable.batch.api.BatchPart batchPart,
String error,
boolean sequentialExecution)
public org.flowable.batch.api.Batch getBatch()
public org.flowable.batch.api.BatchPart getBatchPart()
public String getError()
public boolean hasError()
public boolean isSequentialExecution()
public int getBatchSize()
public HistoricProcessInstanceQuery getQuery()
public static BatchDeleteProcessConfig create(String batchPartId, ProcessEngineConfigurationImpl engineConfiguration)
protected static HistoricProcessInstanceQuery createQuery(com.fasterxml.jackson.databind.JsonNode queryNode, ProcessEngineConfigurationImpl engineConfiguration)
protected static void populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected static void populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected static void populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected static Object extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode, ProcessEngineConfigurationImpl engineConfiguration)
protected static List<String> asStringList(com.fasterxml.jackson.databind.JsonNode node)
protected static com.fasterxml.jackson.databind.JsonNode getBatchConfiguration(org.flowable.batch.api.Batch batch,
ProcessEngineConfigurationImpl engineConfiguration)
protected static String prepareFailedResultAsJsonString(String errorMessage, ProcessEngineConfigurationImpl engineConfiguration)
protected static String prepareFailedResultAsJsonString(String errorMessage, FlowableException exception, ProcessEngineConfigurationImpl engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.