Interface UpdateExternalTaskRetriesSelectBuilder
- All Known Subinterfaces:
UpdateExternalTaskRetriesBuilder
- All Known Implementing Classes:
UpdateExternalTaskRetriesBuilderImpl
public interface UpdateExternalTaskRetriesSelectBuilder
-
Method Summary
Modifier and TypeMethodDescriptionexternalTaskIds
(String... externalTaskIds) Selects a list of external tasks with the given list of ids.externalTaskIds
(List<String> externalTaskIds) Selects a list of external tasks with the given list of ids.externalTaskQuery
(ExternalTaskQuery externalTaskQuery) Selects a list of external tasks with the given external task query.historicProcessInstanceQuery
(HistoricProcessInstanceQuery historicProcessInstanceQuery) Selects a list of external tasks with the given historic process instance query.processInstanceIds
(String... processInstanceIds) Selects a list of external tasks with the given list of process instances ids.processInstanceIds
(List<String> processInstanceIds) Selects a list of external tasks with the given list of process instances ids.processInstanceQuery
(ProcessInstanceQuery processInstanceQuery) Selects a list of external tasks with the given process instance query.
-
Method Details
-
externalTaskIds
Selects a list of external tasks with the given list of ids. -
externalTaskIds
Selects a list of external tasks with the given list of ids. -
processInstanceIds
Selects a list of external tasks with the given list of process instances ids. -
processInstanceIds
Selects a list of external tasks with the given list of process instances ids. -
externalTaskQuery
Selects a list of external tasks with the given external task query. -
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.
-