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.batch.removaltime | |
org.camunda.bpm.engine.impl.batch.update | |
org.camunda.bpm.engine.impl.dmn.batch | |
org.camunda.bpm.engine.impl.migration.batch |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
RestartProcessInstancesJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
ModificationBatchJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
abstract JobDeclaration<BatchJobContext,MessageEntity> |
AbstractBatchJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
protected MessageEntity |
BatchJobDeclaration.newJobInstance(BatchJobContext context) |
protected ExecutionEntity |
BatchJobDeclaration.resolveExecution(BatchJobContext context) |
protected String |
BatchJobDeclaration.resolveJobDefinitionId(BatchJobContext context) |
protected JobHandlerConfiguration |
BatchJobDeclaration.resolveJobHandlerConfiguration(BatchJobContext context) |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteHistoricProcessInstancesJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteProcessInstancesJobHandler.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 |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
BatchSetRemovalTimeJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
ProcessSetRemovalTimeJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
DecisionSetRemovalTimeJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
UpdateProcessInstancesSuspendStateJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteHistoricDecisionInstancesJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
MigrationBatchJobHandler.getJobDeclaration() |
Copyright © 2022. All rights reserved.