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, writeConfigurationpublic static final BatchJobDeclaration JOB_DECLARATION
public UpdateProcessInstancesSuspendStateJobHandler()
public String getType()
protected UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter getJsonConverterInstance()
getJsonConverterInstance in class AbstractBatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration>public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandlergetJobDeclaration 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 © 2021. All rights reserved.