public interface DeleteProcessDefinitionsTenantBuilder extends DeleteProcessDefinitionsBuilder
Modifier and Type | Method and Description |
---|---|
DeleteProcessDefinitionsBuilder |
withoutTenantId()
Process definitions which belong to no tenant will be removed.
|
DeleteProcessDefinitionsBuilder |
withTenantId(String tenantId)
Process definitions which belong to the given tenant id will be removed.
|
cascade, delete, skipCustomListeners, skipIoMappings
DeleteProcessDefinitionsBuilder withoutTenantId()
DeleteProcessDefinitionsBuilder withTenantId(String tenantId)
tenantId
- id which identifies the tenantCopyright © 2022. All rights reserved.