public interface UpdateProcessInstancesRequest
| Modifier and Type | Method and Description | 
|---|---|
| UpdateProcessInstancesSuspensionStateBuilder | byHistoricProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)Selects a list of process instances with the given a historical process instance query. | 
| UpdateProcessInstancesSuspensionStateBuilder | byProcessInstanceIds(List<String> processInstanceIds)Selects a list of process instances with the given list of ids. | 
| UpdateProcessInstancesSuspensionStateBuilder | byProcessInstanceIds(String... processInstanceIds)Selects a list of process instances with the given list of ids. | 
| UpdateProcessInstancesSuspensionStateBuilder | byProcessInstanceQuery(ProcessInstanceQuery processInstanceQuery)Selects a list of process instances with the given a process instance query. | 
UpdateProcessInstancesSuspensionStateBuilder byProcessInstanceIds(List<String> processInstanceIds)
processInstanceIds - list of ids of the process instancesUpdateProcessInstancesSuspensionStateBuilder byProcessInstanceIds(String... processInstanceIds)
processInstanceIds - list of ids of the process instancesUpdateProcessInstancesSuspensionStateBuilder byProcessInstanceQuery(ProcessInstanceQuery processInstanceQuery)
processInstanceQuery - process instance query that discribes a list of the process instancesUpdateProcessInstancesSuspensionStateBuilder byHistoricProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
historicProcessInstanceQuery - historical process instance query that discribes a list of the process instancesCopyright © 2018. All rights reserved.