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 DeploymentMappingsRestartProcessInstancesBatchConfigurationJsonConverter. 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 DeploymentMappingsBatchConfiguration. idMappingsprotected DeploymentMappingsBatchElementConfiguration. mappingsMethods in org.camunda.bpm.engine.impl.batch that return DeploymentMappings Modifier and Type Method Description DeploymentMappingsBatchConfiguration. getIdMappings()DeploymentMappingsBatchElementConfiguration. getMappings()static DeploymentMappingsDeploymentMappings. of(DeploymentMapping mapping)Methods in org.camunda.bpm.engine.impl.batch with parameters of type DeploymentMappings Modifier and Type Method Description protected voidAbstractBatchJobHandler. sanitizeMappings(DeploymentMappings idMappings, List<String> ids)voidBatchConfiguration. 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)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 DeploymentMappings Modifier and Type Method Description protected DeploymentMappingsDeleteHistoricProcessInstanceBatchConfigurationJsonConverter. readIdMappings(com.google.gson.JsonObject json)protected DeploymentMappingsDeleteProcessInstanceBatchConfigurationJsonConverter. 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 DeploymentMappingsSetExternalTaskRetriesBatchConfigurationJsonConverter. 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 DeploymentMappingsSetJobRetriesBatchConfigurationJsonConverter. 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 DeploymentMappingsUpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter. 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 DeploymentMappingsDeleteHistoricDecisionInstanceBatchConfigurationJsonConverter. 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 DeploymentMappingsMessageCorrelationBatchConfigurationJsonConverter. readIdMappings(com.google.gson.JsonObject json)protected DeploymentMappingsMigrationBatchConfigurationJsonConverter. readIdMappings(com.google.gson.JsonObject json)protected DeploymentMappingsModificationBatchConfigurationJsonConverter. 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)
-