Uses of Class
org.camunda.bpm.engine.impl.batch.DeploymentMappings
-
Packages that use DeploymentMappings 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.message 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 -
-
Uses of DeploymentMappings in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return DeploymentMappings Modifier and Type Method Description protected DeploymentMappings
RestartProcessInstancesBatchConfigurationJsonConverter. readIdMappings(com.google.gson.JsonObject jsonObject)
Constructors in org.camunda.bpm.engine.impl with parameters of type DeploymentMappings Constructor 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)
-
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch
Fields in org.camunda.bpm.engine.impl.batch declared as DeploymentMappings Modifier and Type Field Description protected DeploymentMappings
BatchConfiguration. idMappings
protected DeploymentMappings
BatchElementConfiguration. mappings
Methods in org.camunda.bpm.engine.impl.batch that return DeploymentMappings Modifier and Type Method Description DeploymentMappings
BatchConfiguration. getIdMappings()
DeploymentMappings
BatchElementConfiguration. getMappings()
static DeploymentMappings
DeploymentMappings. of(DeploymentMapping mapping)
Methods in org.camunda.bpm.engine.impl.batch with parameters of type DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Constructor 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)
-
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion that return DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Constructor 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)
-
Uses of DeploymentMappings in org.camunda.bpm.engine.impl.batch.externaltask
Methods in org.camunda.bpm.engine.impl.batch.externaltask that return DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Constructor Description MessageCorrelationBatchConfiguration(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 DeploymentMappings Constructor Description SetRemovalTimeBatchConfiguration(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 DeploymentMappings Modifier and Type Method Description protected DeploymentMappings
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter. readMappings(com.google.gson.JsonObject jsonObject)
Constructors in org.camunda.bpm.engine.impl.batch.update with parameters of type DeploymentMappings Constructor Description UpdateProcessInstancesSuspendStateBatchConfiguration(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 DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Modifier and Type Method Description protected 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 DeploymentMappings Constructor Description MigrationBatchConfiguration(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)
-