public class ModificationBatchJobHandler extends AbstractBatchJobHandler<ModificationBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static BatchJobDeclaration |
JOB_DECLARATION |
Constructor and Description |
---|
ModificationBatchJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected ModificationBatchConfiguration |
createJobConfiguration(ModificationBatchConfiguration configuration,
List<String> processIdsForJob) |
void |
execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
JobDeclaration<BatchJobContext,MessageEntity> |
getJobDeclaration()
Get the job declaration for batch jobs.
|
protected ModificationBatchConfigurationJsonConverter |
getJsonConverterInstance() |
protected ProcessDefinitionEntity |
getProcessDefinition(CommandContext commandContext,
String processDefinitionId) |
String |
getType() |
protected void |
postProcessJob(ModificationBatchConfiguration configuration,
JobEntity job) |
createBatchJob, createJobs, deleteJobs, newConfiguration, onDelete, readConfiguration, saveConfiguration, writeConfiguration
public static final BatchJobDeclaration JOB_DECLARATION
public String getType()
protected void postProcessJob(ModificationBatchConfiguration configuration, JobEntity job)
postProcessJob
in class AbstractBatchJobHandler<ModificationBatchConfiguration>
public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandler
getJobDeclaration
in interface BatchJobHandler<ModificationBatchConfiguration>
getJobDeclaration
in class AbstractBatchJobHandler<ModificationBatchConfiguration>
protected ModificationBatchConfiguration createJobConfiguration(ModificationBatchConfiguration configuration, List<String> processIdsForJob)
createJobConfiguration
in class AbstractBatchJobHandler<ModificationBatchConfiguration>
protected ModificationBatchConfigurationJsonConverter getJsonConverterInstance()
getJsonConverterInstance
in class AbstractBatchJobHandler<ModificationBatchConfiguration>
protected ProcessDefinitionEntity getProcessDefinition(CommandContext commandContext, String processDefinitionId)
Copyright © 2022. All rights reserved.