Interface DeleteProcessDefinitionsTenantBuilder
- All Superinterfaces:
DeleteProcessDefinitionsBuilder
- All Known Implementing Classes:
DeleteProcessDefinitionsBuilderImpl
Fluent builder to delete process definitions by a process definition key or process definition ids.
- Author:
- Tassilo Weidner
-
Method Summary
Modifier and TypeMethodDescriptionProcess definitions which belong to no tenant will be removed.withTenantId
(String tenantId) Process definitions which belong to the given tenant id will be removed.Methods inherited from interface org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
cascade, delete, skipCustomListeners, skipIoMappings
-
Method Details
-
withoutTenantId
DeleteProcessDefinitionsBuilder withoutTenantId()Process definitions which belong to no tenant will be removed.- Returns:
- the builder
-
withTenantId
Process definitions which belong to the given tenant id will be removed.- Parameters:
tenantId
- id which identifies the tenant- Returns:
- the builder
-