Interface UpdateJobDefinitionSuspensionStateTenantBuilder
- 
- All Superinterfaces:
- UpdateJobDefinitionSuspensionStateBuilder
 - All Known Implementing Classes:
- UpdateJobDefinitionSuspensionStateBuilderImpl
 
 public interface UpdateJobDefinitionSuspensionStateTenantBuilder extends UpdateJobDefinitionSuspensionStateBuilder Fluent builder to update the suspension state of job definitions.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateJobDefinitionSuspensionStateBuilderprocessDefinitionTenantId(java.lang.String tenantId)Specify the id of the tenant the process definition belongs to.UpdateJobDefinitionSuspensionStateBuilderprocessDefinitionWithoutTenantId()Specify that the process definition belongs to no tenant.- 
Methods inherited from interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilderactivate, executionDate, includeJobs, suspend
 
- 
 
- 
- 
- 
Method Detail- 
processDefinitionWithoutTenantIdUpdateJobDefinitionSuspensionStateBuilder processDefinitionWithoutTenantId() Specify that the process definition belongs to no tenant.- Returns:
- the builder
 
 - 
processDefinitionTenantIdUpdateJobDefinitionSuspensionStateBuilder 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
 
 
- 
 
-