| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.impl.batch | |
| org.camunda.bpm.engine.impl.batch.deletion | |
| org.camunda.bpm.engine.impl.batch.externaltask | |
| org.camunda.bpm.engine.impl.batch.job | |
| org.camunda.bpm.engine.impl.jobexecutor | |
| org.camunda.bpm.engine.impl.migration.batch | |
| org.camunda.bpm.engine.impl.persistence.entity | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<BatchJobContext,MessageEntity> | 
RestartProcessInstancesJobHandler.getJobDeclaration()  | 
JobDeclaration<BatchJobContext,MessageEntity> | 
ModificationBatchJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected MessageEntity | 
BatchSeedJobDeclaration.newJobInstance(BatchEntity batch)  | 
protected MessageEntity | 
BatchMonitorJobDeclaration.newJobInstance(BatchEntity batch)  | 
protected MessageEntity | 
BatchJobDeclaration.newJobInstance(BatchJobContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<?,MessageEntity> | 
BatchJobHandler.getJobDeclaration()
Get the job declaration for batch jobs. 
 | 
abstract JobDeclaration<BatchJobContext,MessageEntity> | 
AbstractBatchJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<BatchJobContext,MessageEntity> | 
DeleteProcessInstancesJobHandler.getJobDeclaration()  | 
JobDeclaration<BatchJobContext,MessageEntity> | 
DeleteHistoricProcessInstancesJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<BatchJobContext,MessageEntity> | 
SetExternalTaskRetriesJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<BatchJobContext,MessageEntity> | 
SetJobRetriesJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected MessageEntity | 
MessageJobDeclaration.newJobInstance(AtomicOperationInvocation context)  | 
protected MessageEntity | 
EventSubscriptionJobDeclaration.newJobInstance(EventSubscriptionEntity eventSubscription)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDeclaration<BatchJobContext,MessageEntity> | 
MigrationBatchJobHandler.getJobDeclaration()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobManager.send(MessageEntity message)  | 
Copyright © 2017. All rights reserved.