Interface UpdateJobSuspensionStateSelectBuilder
- All Known Implementing Classes:
UpdateJobSuspensionStateBuilderImpl
public interface UpdateJobSuspensionStateSelectBuilder
Fluent builder to update the suspension state of jobs.
-
Method Summary
Modifier and TypeMethodDescriptionbyJobDefinitionId
(String jobDefinitionId) Selects the jobs of the job definition with the given id.Selects the job with the given id.byProcessDefinitionId
(String processDefinitionId) Selects the jobs of the process definition with the given id.byProcessDefinitionKey
(String processDefinitionKey) Selects the jobs of the process definitions with the given key.byProcessInstanceId
(String processInstanceId) Selects the jobs of the process instance with the given id.
-
Method Details
-
byJobId
Selects the job with the given id.- Parameters:
jobId
- id of the job- Returns:
- the builder
-
byJobDefinitionId
Selects the jobs of the job definition with the given id.- Parameters:
jobDefinitionId
- id of the job definition- Returns:
- the builder
-
byProcessInstanceId
Selects the jobs of the process instance with the given id.- Parameters:
processInstanceId
- id of the process instance- Returns:
- the builder
-
byProcessDefinitionId
Selects the jobs of the process definition with the given id.- Parameters:
processDefinitionId
- id of the process definition- Returns:
- the builder
-
byProcessDefinitionKey
Selects the jobs of the process definitions with the given key.- Parameters:
processDefinitionKey
- key of the process definition- Returns:
- the builder
-