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.json | |
org.camunda.bpm.engine.impl.migration.batch |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
RestartProcessInstancesBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject jsonObject) |
Constructor and Description |
---|
ModificationBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String processDefinitionId,
List<AbstractProcessInstanceModificationCommand> instructions,
boolean skipCustomListeners,
boolean skipIoMappings) |
RestartProcessInstancesBatchConfiguration(List<String> processInstanceIds,
DeploymentMappings mappings,
List<AbstractProcessInstanceModificationCommand> instructions,
String processDefinitionId,
boolean initialVariables,
boolean skipCustomListeners,
boolean skipIoMappings,
boolean withoutBusinessKey) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentMappings |
BatchConfiguration.idMappings |
protected DeploymentMappings |
BatchElementConfiguration.mappings |
Modifier and Type | Method and Description |
---|---|
DeploymentMappings |
BatchConfiguration.getIdMappings() |
DeploymentMappings |
BatchElementConfiguration.getMappings() |
static DeploymentMappings |
DeploymentMappings.of(DeploymentMapping mapping) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBatchJobHandler.sanitizeMappings(DeploymentMappings idMappings,
List<String> ids) |
void |
BatchConfiguration.setIdMappings(DeploymentMappings idMappings) |
Constructor and Description |
---|
BatchConfiguration(List<String> ids,
DeploymentMappings mappings) |
BatchConfiguration(List<String> ids,
DeploymentMappings mappings,
boolean failIfNotExists) |
BatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String batchId) |
SetRetriesBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
int retries) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
DeleteProcessInstanceBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject json) |
protected DeploymentMappings |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject json) |
Constructor and Description |
---|
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
boolean skipCustomListeners,
boolean skipSubprocesses) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String deleteReason,
boolean skipCustomListeners) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
SetExternalTaskRetriesBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
SetJobRetriesBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject jsonObject) |
Constructor and Description |
---|
SetRemovalTimeBatchConfiguration(List<String> ids,
DeploymentMappings mappings) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter.readMappings(com.google.gson.JsonObject jsonObject) |
Constructor and Description |
---|
UpdateProcessInstancesSuspendStateBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
boolean suspended) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.readMappings(com.google.gson.JsonObject jsonNode) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentMappings |
ModificationBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject json) |
protected DeploymentMappings |
MigrationBatchConfigurationJsonConverter.readIdMappings(com.google.gson.JsonObject json) |
Constructor and Description |
---|
MigrationBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
MigrationPlan migrationPlan,
boolean isSkipCustomListeners,
boolean isSkipIoMappings) |
Copyright © 2022. All rights reserved.