Interface UpdateProcessDefinitionSuspensionStateTenantBuilder
- All Superinterfaces:
- UpdateProcessDefinitionSuspensionStateBuilder
- All Known Implementing Classes:
- UpdateProcessDefinitionSuspensionStateBuilderImpl
public interface UpdateProcessDefinitionSuspensionStateTenantBuilder
extends UpdateProcessDefinitionSuspensionStateBuilder
Fluent builder to update the suspension state of process definitions.
- 
Method SummaryModifier and TypeMethodDescriptionprocessDefinitionTenantId(String tenantId) Specify the id of the tenant the process definition belongs to.Specify that the process definition belongs to no tenant.Methods inherited from interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilderactivate, executionDate, includeProcessInstances, suspend
- 
Method Details- 
processDefinitionWithoutTenantIdUpdateProcessDefinitionSuspensionStateBuilder processDefinitionWithoutTenantId()Specify that the process definition belongs to no tenant.- Returns:
- the builder
 
- 
processDefinitionTenantIdSpecify the id of the tenant the process definition belongs to.- Parameters:
- tenantId- the id of the tenant
- Returns:
- the builder
 
 
-