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