|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateJobSuspensionStateSelectBuilder
Fluent builder to update the suspension state of jobs.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
UpdateJobSuspensionStateBuilder byJobId(String jobId)
jobId - id of the job
UpdateJobSuspensionStateBuilder byJobDefinitionId(String jobDefinitionId)
jobDefinitionId - id of the job definition
UpdateJobSuspensionStateBuilder byProcessInstanceId(String processInstanceId)
processInstanceId - id of the process instance
UpdateJobSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
processDefinitionId - id of the process definition
UpdateJobSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
processDefinitionKey - key of the process definition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||