Interface UpdateJobSuspensionStateTenantBuilder
- 
- All Superinterfaces:
- UpdateJobSuspensionStateBuilder
 - All Known Implementing Classes:
- UpdateJobSuspensionStateBuilderImpl
 
 public interface UpdateJobSuspensionStateTenantBuilder extends UpdateJobSuspensionStateBuilder Fluent builder to update the suspension state of jobs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateJobSuspensionStateBuilderprocessDefinitionTenantId(java.lang.String tenantId)Specify the id of the tenant the process definition belongs to.UpdateJobSuspensionStateBuilderprocessDefinitionWithoutTenantId()Specify that the process definition belongs to no tenant.- 
Methods inherited from interface org.camunda.bpm.engine.management.UpdateJobSuspensionStateBuilderactivate, suspend
 
- 
 
- 
- 
- 
Method Detail- 
processDefinitionWithoutTenantIdUpdateJobSuspensionStateBuilder processDefinitionWithoutTenantId() Specify that the process definition belongs to no tenant.- Returns:
- the builder
 
 - 
processDefinitionTenantIdUpdateJobSuspensionStateBuilder processDefinitionTenantId(java.lang.String tenantId) Specify the id of the tenant the process definition belongs to.- Parameters:
- tenantId- the id of the tenant
- Returns:
- the builder
 
 
- 
 
-