org.camunda.bpm.engine.impl.batch
Class BatchSeedJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
- All Implemented Interfaces:
- JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
public class BatchSeedJobHandler
- extends Object
- implements JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
The batch seed job handler is responsible to
create all jobs to be executed by the batch.
If all jobs are created a seed monitor job is
created to oversee the completion of the batch
(see BatchMonitorJobHandler).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
BatchSeedJobHandler
public BatchSeedJobHandler()
getType
public String getType()
- Specified by:
getType in interface JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
execute
public void execute(BatchSeedJobHandler.BatchSeedJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId)
- Specified by:
execute in interface JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
newConfiguration
public BatchSeedJobHandler.BatchSeedJobConfiguration newConfiguration(String canonicalString)
- Specified by:
newConfiguration in interface JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
Copyright © 2016 camunda services GmbH. All rights reserved.