public interface UpdateExternalTaskRetriesSelectBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
UpdateExternalTaskRetriesBuilder externalTaskIds(List<String> externalTaskIds)
UpdateExternalTaskRetriesBuilder externalTaskIds(String... externalTaskIds)
UpdateExternalTaskRetriesBuilder processInstanceIds(List<String> processInstanceIds)
UpdateExternalTaskRetriesBuilder processInstanceIds(String... processInstanceIds)
UpdateExternalTaskRetriesBuilder externalTaskQuery(ExternalTaskQuery externalTaskQuery)
UpdateExternalTaskRetriesBuilder processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
UpdateExternalTaskRetriesBuilder historicProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
Copyright © 2022. All rights reserved.