Class ProcessSetRemovalTimeResultHandler
java.lang.Object
org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeResultHandler
- All Implemented Interfaces:
TransactionListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected SetRemovalTimeBatchConfiguration
protected Integer
protected CommandExecutor
protected ProcessSetRemovalTimeJobHandler
protected String
protected Map<Class<? extends DbEntity>,
DbOperation> -
Constructor Summary
ConstructorDescriptionProcessSetRemovalTimeResultHandler
(SetRemovalTimeBatchConfiguration batchJobConfiguration, Integer chunkSize, CommandExecutor commandExecutor, ProcessSetRemovalTimeJobHandler jobHandler, String jobId, Map<Class<? extends DbEntity>, DbOperation> operations) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(CommandContext commandContext) getEntitiesToUpdate
(Map<Class<? extends DbEntity>, DbOperation> operations, int chunkSize) protected ByteArrayEntity
saveConfiguration
(SetRemovalTimeBatchConfiguration configuration, CommandContext context)
-
Field Details
-
batchJobConfiguration
-
chunkSize
-
commandExecutor
-
jobHandler
-
jobId
-
operations
-
-
Constructor Details
-
ProcessSetRemovalTimeResultHandler
public ProcessSetRemovalTimeResultHandler(SetRemovalTimeBatchConfiguration batchJobConfiguration, Integer chunkSize, CommandExecutor commandExecutor, ProcessSetRemovalTimeJobHandler jobHandler, String jobId, Map<Class<? extends DbEntity>, DbOperation> operations)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceTransactionListener
-
saveConfiguration
protected ByteArrayEntity saveConfiguration(SetRemovalTimeBatchConfiguration configuration, CommandContext context) -
getEntitiesToUpdate
-