org.camunda.bpm.engine.externaltask
Interface UpdateExternalTaskRetriesSelectBuilder

All Known Subinterfaces:
UpdateExternalTaskRetriesBuilder
All Known Implementing Classes:
UpdateExternalTaskRetriesBuilderImpl

public interface UpdateExternalTaskRetriesSelectBuilder


Method Summary
 UpdateExternalTaskRetriesBuilder externalTaskIds(List<String> externalTaskIds)
          Selects a list of external tasks with the given list of ids.
 UpdateExternalTaskRetriesBuilder externalTaskIds(String... externalTaskIds)
          Selects a list of external tasks with the given list of ids.
 UpdateExternalTaskRetriesBuilder externalTaskQuery(ExternalTaskQuery externalTaskQuery)
          Selects a list of external tasks with the given external task query.
 UpdateExternalTaskRetriesBuilder historicProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
          Selects a list of external tasks with the given historic process instance query.
 UpdateExternalTaskRetriesBuilder processInstanceIds(List<String> processInstanceIds)
          Selects a list of external tasks with the given list of process instances ids.
 UpdateExternalTaskRetriesBuilder processInstanceIds(String... processInstanceIds)
          Selects a list of external tasks with the given list of process instances ids.
 UpdateExternalTaskRetriesBuilder processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
          Selects a list of external tasks with the given process instance query.
 

Method Detail

externalTaskIds

UpdateExternalTaskRetriesBuilder externalTaskIds(List<String> externalTaskIds)
Selects a list of external tasks with the given list of ids.


externalTaskIds

UpdateExternalTaskRetriesBuilder externalTaskIds(String... externalTaskIds)
Selects a list of external tasks with the given list of ids.


processInstanceIds

UpdateExternalTaskRetriesBuilder processInstanceIds(List<String> processInstanceIds)
Selects a list of external tasks with the given list of process instances ids.


processInstanceIds

UpdateExternalTaskRetriesBuilder processInstanceIds(String... processInstanceIds)
Selects a list of external tasks with the given list of process instances ids.


externalTaskQuery

UpdateExternalTaskRetriesBuilder externalTaskQuery(ExternalTaskQuery externalTaskQuery)
Selects a list of external tasks with the given external task query.


processInstanceQuery

UpdateExternalTaskRetriesBuilder processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
Selects a list of external tasks with the given process instance query.


historicProcessInstanceQuery

UpdateExternalTaskRetriesBuilder historicProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
Selects a list of external tasks with the given historic process instance query.



Copyright © 2017 camunda services GmbH. All rights reserved.