Package | Description |
---|---|
org.camunda.bpm.engine.externaltask | |
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.externalTaskIds(List<String> externalTaskIds)
Selects a list of external tasks with the given list of ids.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.externalTaskIds(String... externalTaskIds)
Selects a list of external tasks with the given list of ids.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.externalTaskQuery(ExternalTaskQuery externalTaskQuery)
Selects a list of external tasks with the given external task query.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.historicProcessInstanceQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
Selects a list of external tasks with the given historic process instance query.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.processInstanceIds(List<String> processInstanceIds)
Selects a list of external tasks with the given list of process instances ids.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.processInstanceIds(String... processInstanceIds)
Selects a list of external tasks with the given list of process instances ids.
|
UpdateExternalTaskRetriesBuilder |
UpdateExternalTaskRetriesSelectBuilder.processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
Selects a list of external tasks with the given process instance query.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateExternalTaskRetriesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
protected UpdateExternalTaskRetriesBuilder |
ExternalTaskRestServiceImpl.updateRetries(SetRetriesForExternalTasksDto retriesDto) |
Copyright © 2022. All rights reserved.