Uses of Interface
org.camunda.bpm.engine.management.UpdateJobSuspensionStateBuilder
Packages that use UpdateJobSuspensionStateBuilder
-
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.impl.management
Classes in org.camunda.bpm.engine.impl.management that implement UpdateJobSuspensionStateBuilder -
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.management
Subinterfaces of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.managementModifier and TypeInterfaceDescriptioninterface
Fluent builder to update the suspension state of jobs.Methods in org.camunda.bpm.engine.management that return UpdateJobSuspensionStateBuilderModifier and TypeMethodDescriptionUpdateJobSuspensionStateSelectBuilder.byJobDefinitionId
(String jobDefinitionId) Selects the jobs of the job definition with the given id.Selects the job with the given id.UpdateJobSuspensionStateSelectBuilder.byProcessDefinitionId
(String processDefinitionId) Selects the jobs of the process definition with the given id.UpdateJobSuspensionStateSelectBuilder.byProcessInstanceId
(String processInstanceId) Selects the jobs of the process instance with the given id.UpdateJobSuspensionStateTenantBuilder.processDefinitionTenantId
(String tenantId) Specify the id of the tenant the process definition belongs to.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 UpdateJobSuspensionStateBuilderModifier and TypeMethodDescriptionprotected UpdateJobSuspensionStateBuilder
JobSuspensionStateDto.createUpdateSuspensionStateBuilder
(ProcessEngine engine)