Uses of Interface
org.camunda.bpm.engine.management.UpdateJobSuspensionStateBuilder
-
Packages that use UpdateJobSuspensionStateBuilder Package Description org.camunda.bpm.engine.impl.management org.camunda.bpm.engine.management Classes related to theManagementService
.org.camunda.bpm.engine.rest.dto.runtime -
-
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.impl.management
Classes in org.camunda.bpm.engine.impl.management that implement UpdateJobSuspensionStateBuilder Modifier and Type Class Description class
UpdateJobSuspensionStateBuilderImpl
-
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.management
Subinterfaces of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.management Modifier and Type Interface Description interface
UpdateJobSuspensionStateTenantBuilder
Fluent builder to update the suspension state of jobs.Methods in org.camunda.bpm.engine.management that return UpdateJobSuspensionStateBuilder Modifier and Type Method 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. -
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return UpdateJobSuspensionStateBuilder Modifier and Type Method Description protected UpdateJobSuspensionStateBuilder
JobSuspensionStateDto. createUpdateSuspensionStateBuilder(ProcessEngine engine)
-