Uses of Class
org.camunda.community.rest.client.dto.FetchExternalTasksDto
Packages that use FetchExternalTasksDto
-
Uses of FetchExternalTasksDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type FetchExternalTasksDtoModifier and TypeMethodDescriptionExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker.ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto, Map<String, String> additionalHeaders) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker. -
Uses of FetchExternalTasksDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return FetchExternalTasksDtoModifier and TypeMethodDescriptionFetchExternalTasksDto.addSortingItem(FetchExternalTasksDtoSortingInner sortingItem) FetchExternalTasksDto.addTopicsItem(FetchExternalTaskTopicDto topicsItem) FetchExternalTasksDto.asyncResponseTimeout(Long asyncResponseTimeout) FetchExternalTasksDto.sorting(List<FetchExternalTasksDtoSortingInner> sorting) FetchExternalTasksDto.topics(List<FetchExternalTaskTopicDto> topics) FetchExternalTasksDto.usePriority(Boolean usePriority)