Uses of Interface
org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilder
-
Uses of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.impl.management
-
Uses of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.management
Modifier and TypeInterfaceDescriptioninterface
Fluent builder to update the suspension state of job definitions.Modifier and TypeMethodDescriptionUpdateJobDefinitionSuspensionStateSelectBuilder.byJobDefinitionId
(String jobDefinitionId) Selects the job definition with the given id.UpdateJobDefinitionSuspensionStateSelectBuilder.byProcessDefinitionId
(String processDefinitionId) Selects the job definitions of the process definition with the given id.UpdateJobDefinitionSuspensionStateBuilder.executionDate
(Date executionDate) Specify when the suspension state should be updated.UpdateJobDefinitionSuspensionStateBuilder.includeJobs
(boolean includeJobs) Specify if the suspension states of the jobs of the provided job definitions should also be updated.UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionTenantId
(String tenantId) Specify the id of the tenant the process definition belongs to.UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant. -
Uses of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.rest.dto.management
Modifier and TypeMethodDescriptionJobDefinitionSuspensionStateDto.createUpdateSuspensionStateBuilder
(ProcessEngine engine)