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