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, skipCustomListenersDeleteProcessDefinitionsBuilder withoutTenantId()
DeleteProcessDefinitionsBuilder withTenantId(String tenantId)
tenantId - id which identifies the tenantCopyright © 2018. All rights reserved.