Uses of Class
org.camunda.bpm.engine.impl.batch.DeploymentMappings
Packages that use DeploymentMappings
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeploymentMappings in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
RestartProcessInstancesBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject jsonObject) Constructors in org.camunda.bpm.engine.impl with parameters of type DeploymentMappingsModifierConstructorDescriptionModificationBatchConfiguration
(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) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch
Fields in org.camunda.bpm.engine.impl.batch declared as DeploymentMappingsModifier and TypeFieldDescriptionprotected DeploymentMappings
BatchConfiguration.idMappings
protected DeploymentMappings
BatchElementConfiguration.mappings
Methods in org.camunda.bpm.engine.impl.batch that return DeploymentMappingsModifier and TypeMethodDescriptionBatchConfiguration.getIdMappings()
BatchElementConfiguration.getMappings()
static DeploymentMappings
DeploymentMappings.of
(DeploymentMapping mapping) Methods in org.camunda.bpm.engine.impl.batch with parameters of type DeploymentMappingsModifier and TypeMethodDescriptionprotected void
AbstractBatchJobHandler.sanitizeMappings
(DeploymentMappings idMappings, List<String> ids) void
BatchConfiguration.setIdMappings
(DeploymentMappings idMappings) Constructors in org.camunda.bpm.engine.impl.batch with parameters of type DeploymentMappingsModifierConstructorDescriptionBatchConfiguration
(List<String> ids, DeploymentMappings mappings) BatchConfiguration
(List<String> ids, DeploymentMappings mappings, boolean failIfNotExists) BatchConfiguration
(List<String> ids, DeploymentMappings mappings, String batchId) SetJobRetriesBatchConfiguration
(List<String> ids, DeploymentMappings mappings, int retries, Date dueDate, boolean isDueDateSet) SetRetriesBatchConfiguration
(List<String> ids, DeploymentMappings mappings, int retries) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) protected DeploymentMappings
DeleteProcessInstanceBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) Constructors in org.camunda.bpm.engine.impl.batch.deletion with parameters of type DeploymentMappingsModifierConstructorDescriptionDeleteProcessInstanceBatchConfiguration
(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, boolean skipIoMappings) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.externaltask
Methods in org.camunda.bpm.engine.impl.batch.externaltask that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
SetExternalTaskRetriesBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
SetJobRetriesBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject jsonObject) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.message
Constructors in org.camunda.bpm.engine.impl.batch.message with parameters of type DeploymentMappingsModifierConstructorDescriptionMessageCorrelationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, String messageName) MessageCorrelationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, String messageName, String batchId) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.removaltime
Constructors in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type DeploymentMappingsModifierConstructorDescriptionSetRemovalTimeBatchConfiguration
(List<String> ids, DeploymentMappings mappings) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.update
Methods in org.camunda.bpm.engine.impl.batch.update that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter.readMappings
(com.google.gson.JsonObject jsonObject) Constructors in org.camunda.bpm.engine.impl.batch.update with parameters of type DeploymentMappingsModifierConstructorDescriptionUpdateProcessInstancesSuspendStateBatchConfiguration
(List<String> ids, DeploymentMappings mappings, boolean suspended) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.readMappings
(com.google.gson.JsonObject jsonNode) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return DeploymentMappingsModifier and TypeMethodDescriptionprotected DeploymentMappings
MessageCorrelationBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) protected DeploymentMappings
MigrationBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) protected DeploymentMappings
ModificationBatchConfigurationJsonConverter.readIdMappings
(com.google.gson.JsonObject json) -
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.migration.batch
Constructors in org.camunda.bpm.engine.impl.migration.batch with parameters of type DeploymentMappingsModifierConstructorDescriptionMigrationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings) MigrationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings, String batchId)