Uses of Interface
org.camunda.bpm.engine.management.UpdateJobSuspensionStateBuilder
-
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.impl.management
-
Uses of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.management
Modifier and TypeInterfaceDescriptioninterface
Fluent builder to update the suspension state of jobs.Modifier 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
Modifier and TypeMethodDescriptionprotected UpdateJobSuspensionStateBuilder
JobSuspensionStateDto.createUpdateSuspensionStateBuilder
(ProcessEngine engine)