public class DeleteHistoricProcessInstanceIdsJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
DeleteHistoricProcessInstanceIdsJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
protected com.fasterxml.jackson.databind.JsonNode |
getBatchPartResult(org.flowable.batch.api.BatchPart batchPart,
ProcessEngineConfigurationImpl engineConfiguration) |
String |
getType() |
public static final String TYPE
public DeleteHistoricProcessInstanceIdsJobHandler()
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 com.fasterxml.jackson.databind.JsonNode getBatchPartResult(org.flowable.batch.api.BatchPart batchPart,
ProcessEngineConfigurationImpl engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.