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 Summary
Modifier 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.UpdateProcessDefinitionSuspensionStateBuilder
activate, executionDate, includeProcessInstances, suspend
-
Method Details
-
processDefinitionWithoutTenantId
UpdateProcessDefinitionSuspensionStateBuilder processDefinitionWithoutTenantId()Specify that the process definition belongs to no tenant.- Returns:
- the builder
-
processDefinitionTenantId
Specify the id of the tenant the process definition belongs to.- Parameters:
tenantId
- the id of the tenant- Returns:
- the builder
-