| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.management | |
| org.camunda.bpm.engine.management | 
 Classes related to the  
ManagementService. | 
| org.camunda.bpm.engine.rest.dto.runtime | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UpdateJobSuspensionStateBuilderImpl  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
UpdateJobSuspensionStateTenantBuilder
Fluent builder to update the suspension state of jobs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateSelectBuilder.byJobDefinitionId(String jobDefinitionId)
Selects the jobs of the job definition with the given id. 
 | 
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateSelectBuilder.byJobId(String jobId)
Selects the job with the given id. 
 | 
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
Selects the jobs of the process definition with the given id. 
 | 
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateSelectBuilder.byProcessInstanceId(String processInstanceId)
Selects the jobs of the process instance with the given id. 
 | 
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateTenantBuilder.processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to. 
 | 
UpdateJobSuspensionStateBuilder | 
UpdateJobSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected UpdateJobSuspensionStateBuilder | 
JobSuspensionStateDto.createUpdateSuspensionStateBuilder(ProcessEngine engine)  | 
Copyright © 2019. All rights reserved.