public class ComputeDeleteHistoricProcessInstanceIdsJobHandler extends Object implements JobHandler
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ComputeDeleteHistoricProcessInstanceIdsJobHandler.VariableValueJsonNodeValueFields |
| Constructor and Description |
|---|
ComputeDeleteHistoricProcessInstanceIdsJobHandler() |
| 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,
ProcessEngineConfigurationImpl engineConfiguration) |
protected HistoricProcessInstanceQuery |
createQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
ProcessEngineConfigurationImpl 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,
ProcessEngineConfigurationImpl engineConfiguration) |
protected com.fasterxml.jackson.databind.JsonNode |
getBatchConfiguration(org.flowable.batch.api.Batch batch,
ProcessEngineConfigurationImpl engineConfiguration) |
String |
getType() |
protected void |
populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected void |
populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected void |
populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration) |
protected String |
prepareFailedResultAsJsonString(String errorMessage,
FlowableException exception,
ProcessEngineConfigurationImpl engineConfiguration) |
protected String |
prepareFailedResultAsJsonString(String errorMessage,
ProcessEngineConfigurationImpl engineConfiguration) |
public static final String TYPE
public ComputeDeleteHistoricProcessInstanceIdsJobHandler()
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,
ProcessEngineConfigurationImpl engineConfiguration)
protected HistoricProcessInstanceQuery createQuery(com.fasterxml.jackson.databind.JsonNode queryNode, ProcessEngineConfigurationImpl engineConfiguration)
protected void populateQuery(com.fasterxml.jackson.databind.JsonNode queryNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected void populateOrQueryObjects(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected void populateQueryVariableValues(com.fasterxml.jackson.databind.JsonNode variableValuesNode,
HistoricProcessInstanceQuery query,
ProcessEngineConfigurationImpl engineConfiguration)
protected Object extractVariableValue(com.fasterxml.jackson.databind.JsonNode variableValueNode, ProcessEngineConfigurationImpl engineConfiguration)
protected com.fasterxml.jackson.databind.JsonNode getBatchConfiguration(org.flowable.batch.api.Batch batch,
ProcessEngineConfigurationImpl engineConfiguration)
protected String prepareFailedResultAsJsonString(String errorMessage, ProcessEngineConfigurationImpl engineConfiguration)
protected String prepareFailedResultAsJsonString(String errorMessage, FlowableException exception, ProcessEngineConfigurationImpl engineConfiguration)
Copyright © 2021 Flowable. All rights reserved.