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 |
---|---|
void |
RestartProcessInstancesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
void |
ModificationBatchJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
BatchJobConfiguration |
AbstractBatchJobHandler.newConfiguration(String canonicalString) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBatchJobHandler.onDelete(BatchJobConfiguration configuration,
JobEntity jobEntity) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteHistoricProcessInstancesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
void |
DeleteProcessInstancesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
SetExternalTaskRetriesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
SetJobRetriesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
BatchSetRemovalTimeJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
void |
ProcessSetRemovalTimeJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
void |
DecisionSetRemovalTimeJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateProcessInstancesSuspendStateJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteHistoricDecisionInstancesJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationBatchJobHandler.execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
Copyright © 2022. All rights reserved.