org.camunda.bpm.engine.impl.batch
Class BatchSeedJobDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration<BatchEntity,MessageEntity>
org.camunda.bpm.engine.impl.batch.BatchSeedJobDeclaration
- All Implemented Interfaces:
- Serializable
public class BatchSeedJobDeclaration
- extends JobDeclaration<BatchEntity,MessageEntity>
Job declaration for batch seed jobs. The batch seed job
creates all batch jobs required to complete the batch.
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration |
createJobInstance, getActivity, getActivityId, getJobConfiguration, getJobDefinitionId, getJobHandlerType, getProcessDefinition, isExclusive, postInitialize, reconfigure, resolveDueDate, resolveExclusive, resolveJobHandler, resolveJobHandlerType, resolveRetries, setActivity, setExclusive, setJobConfiguration, setJobDefinitionId, setJobPriorityProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchSeedJobDeclaration
public BatchSeedJobDeclaration()
resolveExecution
protected ExecutionEntity resolveExecution(BatchEntity batch)
- Description copied from class:
JobDeclaration
- Returns the execution in which context the job is created. The execution
is used to determine the job's priority based on a BPMN activity
the execution is currently executing. May be null.
- Specified by:
resolveExecution in class JobDeclaration<BatchEntity,MessageEntity>
newJobInstance
protected MessageEntity newJobInstance(BatchEntity batch)
- Specified by:
newJobInstance in class JobDeclaration<BatchEntity,MessageEntity>
resolveJobHandlerConfiguration
protected JobHandlerConfiguration resolveJobHandlerConfiguration(BatchEntity batch)
- Specified by:
resolveJobHandlerConfiguration in class JobDeclaration<BatchEntity,MessageEntity>
resolveJobDefinitionId
protected String resolveJobDefinitionId(BatchEntity batch)
- Overrides:
resolveJobDefinitionId in class JobDeclaration<BatchEntity,MessageEntity>
getJobPriorityProvider
public ParameterValueProvider getJobPriorityProvider()
- Overrides:
getJobPriorityProvider in class JobDeclaration<BatchEntity,MessageEntity>
Copyright © 2017 camunda services GmbH. All rights reserved.