|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateProcessInstanceSuspensionStateSelectBuilder
Fluent builder to update the suspension state of process instances.
| Method Summary | |
|---|---|
UpdateProcessInstanceSuspensionStateBuilder |
byProcessDefinitionId(String processDefinitionId)
Selects the instances of the process definition with the given id. |
UpdateProcessInstanceSuspensionStateTenantBuilder |
byProcessDefinitionKey(String processDefinitionKey)
Selects the instances of the process definitions with the given key. |
UpdateProcessInstanceSuspensionStateBuilder |
byProcessInstanceId(String processInstanceId)
Selects the process instance with the given id. |
| Methods inherited from interface org.camunda.bpm.engine.runtime.UpdateProcessInstancesRequest |
|---|
byHistoricProcessInstanceQuery, byProcessInstanceIds, byProcessInstanceIds, byProcessInstanceQuery |
| Method Detail |
|---|
UpdateProcessInstanceSuspensionStateBuilder byProcessInstanceId(String processInstanceId)
processInstanceId - id of the process instance
UpdateProcessInstanceSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
processDefinitionId - id of the process definition
UpdateProcessInstanceSuspensionStateTenantBuilder 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 | |||||||||