Class BatchSeedJobHandler
java.lang.Object
org.operaton.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).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) getType()newConfiguration(String canonicalString) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.jobexecutor.JobHandler
onDelete
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
BatchSeedJobHandler
public BatchSeedJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceJobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
-
execute
public void execute(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) - Specified by:
executein interfaceJobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
-
newConfiguration
- Specified by:
newConfigurationin interfaceJobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
-