Interface DeleteProcessDefinitionsTenantBuilder
-
- All Superinterfaces:
DeleteProcessDefinitionsBuilder
- All Known Implementing Classes:
DeleteProcessDefinitionsBuilderImpl
public interface DeleteProcessDefinitionsTenantBuilder extends DeleteProcessDefinitionsBuilder
Fluent builder to delete process definitions by a process definition key or process definition ids.- Author:
- Tassilo Weidner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProcessDefinitionsBuilderwithoutTenantId()Process definitions which belong to no tenant will be removed.DeleteProcessDefinitionsBuilderwithTenantId(java.lang.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 Detail
-
withoutTenantId
DeleteProcessDefinitionsBuilder withoutTenantId()
Process definitions which belong to no tenant will be removed.- Returns:
- the builder
-
withTenantId
DeleteProcessDefinitionsBuilder withTenantId(java.lang.String tenantId)
Process definitions which belong to the given tenant id will be removed.- Parameters:
tenantId- id which identifies the tenant- Returns:
- the builder
-
-