| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.management | |
| org.camunda.bpm.engine.management | 
 Classes related to the  
ManagementService. | 
| org.camunda.bpm.engine.rest.dto.management | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UpdateJobDefinitionSuspensionStateBuilderImpl  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
UpdateJobDefinitionSuspensionStateTenantBuilder
Fluent builder to update the suspension state of job definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateSelectBuilder.byJobDefinitionId(String jobDefinitionId)
Selects the job definition with the given id. 
 | 
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
Selects the job definitions of the process definition with the given id. 
 | 
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateBuilder.executionDate(Date executionDate)
Specify when the suspension state should be updated. 
 | 
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateBuilder.includeJobs(boolean includeJobs)
Specify if the suspension states of the jobs of the provided job
 definitions should also be updated. 
 | 
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to. 
 | 
UpdateJobDefinitionSuspensionStateBuilder | 
UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected UpdateJobDefinitionSuspensionStateBuilder | 
JobDefinitionSuspensionStateDto.createUpdateSuspensionStateBuilder(ProcessEngine engine)  | 
Copyright © 2019. All rights reserved.