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.restMethods in org.camunda.bpm.engine.rest with parameters of type FetchExternalTasksExtendedDto Modifier and Type Method Description voidFetchAndLockRestService. fetchAndLock(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse)
- 
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest.implFields in org.camunda.bpm.engine.rest.impl declared as FetchExternalTasksExtendedDto Modifier and Type Field Description protected FetchExternalTasksExtendedDtoFetchAndLockRequest. dtoMethods in org.camunda.bpm.engine.rest.impl that return FetchExternalTasksExtendedDto Modifier and Type Method Description FetchExternalTasksExtendedDtoFetchAndLockRequest. getDto()Methods in org.camunda.bpm.engine.rest.impl with parameters of type FetchExternalTasksExtendedDto Modifier and Type Method Description voidFetchAndLockHandlerImpl. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)protected java.util.List<LockedExternalTaskDto>FetchAndLockHandlerImpl. executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto, ProcessEngine processEngine)voidFetchAndLockRestServiceImpl. fetchAndLock(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse)FetchAndLockRequestFetchAndLockRequest. setDto(FetchExternalTasksExtendedDto dto)
- 
Uses of FetchExternalTasksExtendedDto in org.camunda.bpm.engine.rest.spiMethods in org.camunda.bpm.engine.rest.spi with parameters of type FetchExternalTasksExtendedDto Modifier and Type Method Description voidFetchAndLockHandler. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)Invoked if a fetch and lock request has been sent by the client
 
-