|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchEntity | |
|---|---|
| org.camunda.bpm.engine.impl.batch | |
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.migration.batch | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of BatchEntity in org.camunda.bpm.engine.impl.batch |
|---|
| Subclasses of BatchEntity in org.camunda.bpm.engine.impl.batch | |
|---|---|
class |
BatchStatisticsEntity
|
| Methods in org.camunda.bpm.engine.impl.batch with parameters of type BatchEntity | |
|---|---|
boolean |
BatchJobHandler.createJobs(BatchEntity batch)
Creates batch jobs for a batch. |
void |
BatchJobHandler.deleteJobs(BatchEntity batch)
Delete all jobs for a batch. |
protected MessageEntity |
BatchSeedJobDeclaration.newJobInstance(BatchEntity batch)
|
protected MessageEntity |
BatchMonitorJobDeclaration.newJobInstance(BatchEntity batch)
|
protected ExecutionEntity |
BatchSeedJobDeclaration.resolveExecution(BatchEntity batch)
|
protected ExecutionEntity |
BatchMonitorJobDeclaration.resolveExecution(BatchEntity batch)
|
protected String |
BatchSeedJobDeclaration.resolveJobDefinitionId(BatchEntity batch)
|
protected String |
BatchMonitorJobDeclaration.resolveJobDefinitionId(BatchEntity batch)
|
protected JobHandlerConfiguration |
BatchSeedJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch)
|
protected JobHandlerConfiguration |
BatchMonitorJobDeclaration.resolveJobHandlerConfiguration(BatchEntity batch)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type BatchEntity | |
|---|---|
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.migration.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.migration.batch that return BatchEntity | |
|---|---|
protected BatchEntity |
MigrateProcessInstanceBatchCmd.createBatch(CommandContext commandContext,
MigrationPlan migrationPlan,
Collection<String> processInstanceIds)
|
| Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type BatchEntity | |
|---|---|
boolean |
MigrationBatchJobHandler.createJobs(BatchEntity batch)
|
void |
MigrationBatchJobHandler.deleteJobs(BatchEntity batch)
|
| Uses of BatchEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return BatchEntity | |
|---|---|
BatchEntity |
BatchManager.findBatchById(String id)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type BatchEntity | |
|---|---|
void |
HistoricBatchManager.completeHistoricBatch(BatchEntity batch)
|
void |
HistoricBatchManager.createHistoricBatch(BatchEntity batch)
|
void |
BatchManager.insertBatch(BatchEntity batch)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||