Class BatchDeleteCaseConfig
java.lang.Object
org.flowable.cmmn.engine.impl.delete.BatchDeleteCaseConfig
- Author:
- Filip Hrisafov
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final Batchprotected final BatchPartprotected intprotected final Stringprotected HistoricCaseInstanceQueryprotected final boolean
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedBatchDeleteCaseConfig(Batch batch, BatchPart batchPart, String error, boolean sequentialExecution) 
- 
Method SummaryModifier and TypeMethodDescriptionasStringList(com.fasterxml.jackson.databind.JsonNode node) asStringSet(com.fasterxml.jackson.databind.JsonNode node) static BatchDeleteCaseConfigcreate(String batchPartId, CmmnEngineConfiguration engineConfiguration) protected static HistoricCaseInstanceQuerycreateQuery(com.fasterxml.jackson.databind.JsonNode queryNode, CmmnEngineConfiguration engineConfiguration) protected static ObjectextractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode, CmmnEngineConfiguration engineConfiguration) getBatch()protected static com.fasterxml.jackson.databind.JsonNodegetBatchConfiguration(Batch batch, CmmnEngineConfiguration engineConfiguration) intgetError()getQuery()booleanhasError()booleanprotected static voidpopulateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) protected static voidpopulateQuery(com.fasterxml.jackson.databind.JsonNode queryNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) protected static voidpopulateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) protected static StringprepareFailedResultAsJsonString(String errorMessage, CmmnEngineConfiguration engineConfiguration) protected static StringprepareFailedResultAsJsonString(String errorMessage, FlowableException exception, CmmnEngineConfiguration engineConfiguration) 
- 
Field Details- 
batch
- 
batchPart
- 
error
- 
sequentialExecutionprotected final boolean sequentialExecution
- 
batchSizeprotected int batchSize
- 
query
 
- 
- 
Constructor Details- 
BatchDeleteCaseConfig
 
- 
- 
Method Details- 
getBatch
- 
getBatchPart
- 
getError
- 
hasErrorpublic boolean hasError()
- 
isSequentialExecutionpublic boolean isSequentialExecution()
- 
getBatchSizepublic int getBatchSize()
- 
getQuery
- 
createpublic static BatchDeleteCaseConfig create(String batchPartId, CmmnEngineConfiguration engineConfiguration) 
- 
createQueryprotected static HistoricCaseInstanceQuery createQuery(com.fasterxml.jackson.databind.JsonNode queryNode, CmmnEngineConfiguration engineConfiguration) 
- 
populateQueryprotected static void populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) 
- 
populateOrQueryObjectsprotected static void populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) 
- 
populateQueryVariableValuesprotected static void populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) 
- 
extractVariableValueprotected static Object extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode, CmmnEngineConfiguration engineConfiguration) 
- 
asStringList
- 
asStringSet
- 
getBatchConfigurationprotected static com.fasterxml.jackson.databind.JsonNode getBatchConfiguration(Batch batch, CmmnEngineConfiguration engineConfiguration) 
- 
prepareFailedResultAsJsonStringprotected static String prepareFailedResultAsJsonString(String errorMessage, CmmnEngineConfiguration engineConfiguration) 
- 
prepareFailedResultAsJsonStringprotected static String prepareFailedResultAsJsonString(String errorMessage, FlowableException exception, CmmnEngineConfiguration engineConfiguration) 
 
-