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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProcessDefinitionSuspensionStateBuilder
processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.UpdateProcessDefinitionSuspensionStateBuilder
processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.-
Methods inherited from interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilder
activate, executionDate, includeProcessInstances, suspend
-
-
-
-
Method Detail
-
processDefinitionWithoutTenantId
UpdateProcessDefinitionSuspensionStateBuilder processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.- Returns:
- the builder
-
processDefinitionTenantId
UpdateProcessDefinitionSuspensionStateBuilder processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.- Parameters:
tenantId
- the id of the tenant- Returns:
- the builder
-
-