public class ComputeDeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ComputeDeleteHistoricCaseInstanceIdsJobHandler.VariableValueJsonNodeValueFields |
| Constructor and Description |
|---|
ComputeDeleteHistoricCaseInstanceIdsJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
asStringList(com.fasterxml.jackson.databind.JsonNode node) |
protected Set<String> |
asStringSet(com.fasterxml.jackson.databind.JsonNode node) |
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration) |
protected HistoricCaseInstanceQuery |
createQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
CmmnEngineConfiguration engineConfiguration) |
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
protected Object |
extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode,
CmmnEngineConfiguration engineConfiguration) |
protected com.fasterxml.jackson.databind.JsonNode |
getBatchConfiguration(org.flowable.batch.api.Batch batch,
CmmnEngineConfiguration engineConfiguration) |
String |
getType() |
protected void |
populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration) |
protected void |
populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration) |
protected void |
populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration) |
protected String |
prepareFailedResultAsJsonString(String errorMessage,
CmmnEngineConfiguration engineConfiguration) |
protected String |
prepareFailedResultAsJsonString(String errorMessage,
FlowableException exception,
CmmnEngineConfiguration engineConfiguration) |
public static final String TYPE
public ComputeDeleteHistoricCaseInstanceIdsJobHandler()
public String getType()
getType in interface JobHandlerpublic void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
execute in interface JobHandlerprotected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration)
protected HistoricCaseInstanceQuery createQuery(com.fasterxml.jackson.databind.JsonNode queryNode, CmmnEngineConfiguration engineConfiguration)
protected void populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration)
protected void populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration)
protected void populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricCaseInstanceQuery query,
CmmnEngineConfiguration engineConfiguration)
protected Object extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode, CmmnEngineConfiguration engineConfiguration)
protected com.fasterxml.jackson.databind.JsonNode getBatchConfiguration(org.flowable.batch.api.Batch batch,
CmmnEngineConfiguration engineConfiguration)
protected String prepareFailedResultAsJsonString(String errorMessage, CmmnEngineConfiguration engineConfiguration)
protected String prepareFailedResultAsJsonString(String errorMessage, FlowableException exception, CmmnEngineConfiguration engineConfiguration)
Copyright © 2021 Flowable. All rights reserved.