Interface UpdateProcessInstancesRequest

All Known Subinterfaces:
UpdateProcessInstancesSuspensionStateBuilder, UpdateProcessInstanceSuspensionStateSelectBuilder
All Known Implementing Classes:
UpdateProcessInstancesSuspensionStateBuilderImpl, UpdateProcessInstanceSuspensionStateBuilderImpl

public interface UpdateProcessInstancesRequest
  • Method Details Link icon

    • byProcessInstanceIds Link icon

      UpdateProcessInstancesSuspensionStateBuilder byProcessInstanceIds(List<String> processInstanceIds)
      Selects a list of process instances with the given list of ids.
      Parameters:
      processInstanceIds - list of ids of the process instances
      Returns:
      the builder
    • byProcessInstanceIds Link icon

      UpdateProcessInstancesSuspensionStateBuilder byProcessInstanceIds(String... processInstanceIds)
      Selects a list of process instances with the given list of ids.
      Parameters:
      processInstanceIds - list of ids of the process instances
      Returns:
      the builder
    • byProcessInstanceQuery Link icon

      UpdateProcessInstancesSuspensionStateBuilder byProcessInstanceQuery(ProcessInstanceQuery processInstanceQuery)
      Selects a list of process instances with the given a process instance query.
      Parameters:
      processInstanceQuery - process instance query that discribes a list of the process instances
      Returns:
      the builder
    • byHistoricProcessInstanceQuery Link icon

      UpdateProcessInstancesSuspensionStateBuilder byHistoricProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
      Selects a list of process instances with the given a historical process instance query.
      Parameters:
      historicProcessInstanceQuery - historical process instance query that discribes a list of the process instances
      Returns:
      the builder