Uses of Class
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksExtendedDto
-
Packages that use FetchExternalTasksExtendedDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.spi -
-
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type FetchExternalTasksExtendedDto Modifier and Type Method Description void
ExternalTaskRestService. fetchAndLock(FetchExternalTasksExtendedDto dto, javax.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 FetchExternalTasksExtendedDto Modifier and Type Field Description protected FetchExternalTasksExtendedDto
FetchAndLockRequest. dto
Methods in org.camunda.bpm.engine.rest.impl that return FetchExternalTasksExtendedDto Modifier and Type Method Description FetchExternalTasksExtendedDto
FetchAndLockRequest. getDto()
Methods in org.camunda.bpm.engine.rest.impl with parameters of type FetchExternalTasksExtendedDto Modifier and Type Method Description void
FetchAndLockHandlerImpl. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)
protected List<LockedExternalTaskDto>
FetchAndLockHandlerImpl. executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto, ProcessEngine processEngine)
void
ExternalTaskRestServiceImpl. fetchAndLock(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse)
FetchAndLockRequest
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 FetchExternalTasksExtendedDto Modifier and Type Method Description void
FetchAndLockHandler. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)
Invoked if a fetch and lock request has been sent by the client
-