public interface UpdateJobSuspensionStateSelectBuilder
Modifier and Type | Method and Description |
---|---|
UpdateJobSuspensionStateBuilder |
byJobDefinitionId(String jobDefinitionId)
Selects the jobs of the job definition with the given id.
|
UpdateJobSuspensionStateBuilder |
byJobId(String jobId)
Selects the job with the given id.
|
UpdateJobSuspensionStateBuilder |
byProcessDefinitionId(String processDefinitionId)
Selects the jobs of the process definition with the given id.
|
UpdateJobSuspensionStateTenantBuilder |
byProcessDefinitionKey(String processDefinitionKey)
Selects the jobs of the process definitions with the given key.
|
UpdateJobSuspensionStateBuilder |
byProcessInstanceId(String processInstanceId)
Selects the jobs of the process instance with the given id.
|
UpdateJobSuspensionStateBuilder byJobId(String jobId)
jobId
- id of the jobUpdateJobSuspensionStateBuilder byJobDefinitionId(String jobDefinitionId)
jobDefinitionId
- id of the job definitionUpdateJobSuspensionStateBuilder byProcessInstanceId(String processInstanceId)
processInstanceId
- id of the process instanceUpdateJobSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
processDefinitionId
- id of the process definitionUpdateJobSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
processDefinitionKey
- key of the process definitionCopyright © 2022. All rights reserved.