Class BatchSetVariablesHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler<BatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.variables.BatchSetVariablesHandler
-
- All Implemented Interfaces:
BatchJobHandler<BatchConfiguration>
,OptimisticLockingListener
,JobHandler<BatchJobConfiguration>
public class BatchSetVariablesHandler extends AbstractBatchJobHandler<BatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static BatchJobDeclaration
JOB_DECLARATION
-
Constructor Summary
Constructors Constructor Description BatchSetVariablesHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchConfiguration
createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
void
executeHandler(BatchConfiguration batchConfiguration, 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 SetVariablesJsonConverter
getJsonConverterInstance()
String
getType()
protected void
postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration)
-
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
createBatchJob, createJobEntities, createJobs, deleteJobs, execute, failedOperation, getEntityType, newConfiguration, onDelete, readConfiguration, sanitizeMappings, saveConfiguration, writeConfiguration
-
-
-
-
Field Detail
-
JOB_DECLARATION
public static final BatchJobDeclaration JOB_DECLARATION
-
-
Method Detail
-
executeHandler
public void executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
- Specified by:
executeHandler
in classAbstractBatchJobHandler<BatchConfiguration>
-
getJobDeclaration
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
Description copied from interface:BatchJobHandler
Get the job declaration for batch jobs.- Specified by:
getJobDeclaration
in interfaceBatchJobHandler<BatchConfiguration>
- Specified by:
getJobDeclaration
in classAbstractBatchJobHandler<BatchConfiguration>
- Returns:
- the batch job declaration
-
createJobConfiguration
protected BatchConfiguration createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
- Specified by:
createJobConfiguration
in classAbstractBatchJobHandler<BatchConfiguration>
-
getJsonConverterInstance
protected SetVariablesJsonConverter getJsonConverterInstance()
- Specified by:
getJsonConverterInstance
in classAbstractBatchJobHandler<BatchConfiguration>
-
getType
public String getType()
-
postProcessJob
protected void postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration)
- Overrides:
postProcessJob
in classAbstractBatchJobHandler<BatchConfiguration>
-
findByteArrayById
protected ByteArrayEntity findByteArrayById(String byteArrayId, CommandContext commandContext)
-
-