Package org.camunda.bpm.engine.runtime
Interface UpdateProcessInstanceSuspensionStateTenantBuilder
-
- All Superinterfaces:
UpdateProcessInstanceSuspensionStateBuilder
- All Known Implementing Classes:
UpdateProcessInstanceSuspensionStateBuilderImpl
public interface UpdateProcessInstanceSuspensionStateTenantBuilder extends UpdateProcessInstanceSuspensionStateBuilder
Fluent builder to update the suspension state of process instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProcessInstanceSuspensionStateTenantBuilder
processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.UpdateProcessInstanceSuspensionStateTenantBuilder
processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.-
Methods inherited from interface org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateBuilder
activate, suspend
-
-
-
-
Method Detail
-
processDefinitionWithoutTenantId
UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.- Returns:
- the builder
-
processDefinitionTenantId
UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.- Parameters:
tenantId
- the id of the tenant- Returns:
- the builder
-
-