Uses of Interface
org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesBuilder
Package
Description
-
Uses of UpdateExternalTaskRetriesBuilder in org.camunda.bpm.engine.externaltask
Modifier and TypeMethodDescriptionUpdateExternalTaskRetriesSelectBuilder.externalTaskIds
(String... externalTaskIds) Selects a list of external tasks with the given list of ids.UpdateExternalTaskRetriesSelectBuilder.externalTaskIds
(List<String> externalTaskIds) Selects a list of external tasks with the given list of ids.UpdateExternalTaskRetriesSelectBuilder.externalTaskQuery
(ExternalTaskQuery externalTaskQuery) Selects a list of external tasks with the given external task query.UpdateExternalTaskRetriesSelectBuilder.historicProcessInstanceQuery
(HistoricProcessInstanceQuery historicProcessInstanceQuery) Selects a list of external tasks with the given historic process instance query.UpdateExternalTaskRetriesSelectBuilder.processInstanceIds
(String... processInstanceIds) Selects a list of external tasks with the given list of process instances ids.UpdateExternalTaskRetriesSelectBuilder.processInstanceIds
(List<String> processInstanceIds) Selects a list of external tasks with the given list of process instances ids.UpdateExternalTaskRetriesSelectBuilder.processInstanceQuery
(ProcessInstanceQuery processInstanceQuery) Selects a list of external tasks with the given process instance query. -
Uses of UpdateExternalTaskRetriesBuilder in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionUpdateExternalTaskRetriesBuilderImpl.externalTaskIds
(String... externalTaskIds) UpdateExternalTaskRetriesBuilderImpl.externalTaskIds
(List<String> externalTaskIds) UpdateExternalTaskRetriesBuilderImpl.externalTaskQuery
(ExternalTaskQuery externalTaskQuery) UpdateExternalTaskRetriesBuilderImpl.historicProcessInstanceQuery
(HistoricProcessInstanceQuery historicProcessInstanceQuery) UpdateExternalTaskRetriesBuilderImpl.processInstanceIds
(String... processInstanceIds) UpdateExternalTaskRetriesBuilderImpl.processInstanceIds
(List<String> processInstanceIds) UpdateExternalTaskRetriesBuilderImpl.processInstanceQuery
(ProcessInstanceQuery processInstanceQuery) -
Uses of UpdateExternalTaskRetriesBuilder in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionprotected UpdateExternalTaskRetriesBuilder
ExternalTaskRestServiceImpl.updateRetries
(SetRetriesForExternalTasksDto retriesDto)