public class UpdateProcessInstancesSuspendStateJobHandler extends AbstractBatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static BatchJobDeclaration |
JOB_DECLARATION |
Constructor and Description |
---|
UpdateProcessInstancesSuspendStateJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected UpdateProcessInstancesSuspendStateBatchConfiguration |
createJobConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration 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 UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter |
getJsonConverterInstance() |
String |
getType() |
createBatchJob, createJobs, deleteJobs, newConfiguration, onDelete, postProcessJob, readConfiguration, saveConfiguration, writeConfiguration
public static final BatchJobDeclaration JOB_DECLARATION
public UpdateProcessInstancesSuspendStateJobHandler()
public String getType()
protected UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter getJsonConverterInstance()
getJsonConverterInstance
in class AbstractBatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandler
getJobDeclaration
in interface BatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>
getJobDeclaration
in class AbstractBatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>
protected UpdateProcessInstancesSuspendStateBatchConfiguration createJobConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration, List<String> processIdsForJob)
createJobConfiguration
in class AbstractBatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>
public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Copyright © 2022. All rights reserved.