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