Uses of Class
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksExtendedDto
Packages that use FetchExternalTasksExtendedDto
Package
Description
-
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type FetchExternalTasksExtendedDtoModifier and TypeMethodDescriptionvoid
ExternalTaskRestService.fetchAndLock
(FetchExternalTasksExtendedDto dto, jakarta.ws.rs.container.AsyncResponse asyncResponse) -
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest.impl
Fields in org.camunda.bpm.engine.rest.impl declared as FetchExternalTasksExtendedDtoMethods in org.camunda.bpm.engine.rest.impl that return FetchExternalTasksExtendedDtoMethods in org.camunda.bpm.engine.rest.impl with parameters of type FetchExternalTasksExtendedDtoModifier and TypeMethodDescriptionvoid
FetchAndLockHandlerImpl.addPendingRequest
(FetchExternalTasksExtendedDto dto, jakarta.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine) protected List<LockedExternalTaskDto>
FetchAndLockHandlerImpl.executeFetchAndLock
(FetchExternalTasksExtendedDto fetchingDto, ProcessEngine processEngine) void
ExternalTaskRestServiceImpl.fetchAndLock
(FetchExternalTasksExtendedDto dto, jakarta.ws.rs.container.AsyncResponse asyncResponse) FetchAndLockRequest.setDto
(FetchExternalTasksExtendedDto dto) -
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest.spi
Methods in org.camunda.bpm.engine.rest.spi with parameters of type FetchExternalTasksExtendedDtoModifier and TypeMethodDescriptionvoid
FetchAndLockHandler.addPendingRequest
(FetchExternalTasksExtendedDto dto, jakarta.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine) Invoked if a fetch and lock request has been sent by the client