Uses of Class
org.camunda.bpm.engine.rest.impl.FetchAndLockRequest
Packages that use FetchAndLockRequest
-
Uses of FetchAndLockRequest in org.camunda.bpm.engine.rest.impl
Fields in org.camunda.bpm.engine.rest.impl with type parameters of type FetchAndLockRequestModifier and TypeFieldDescriptionprotected List<FetchAndLockRequest>
FetchAndLockHandlerImpl.newRequests
protected List<FetchAndLockRequest>
FetchAndLockHandlerImpl.pendingRequests
protected BlockingQueue<FetchAndLockRequest>
FetchAndLockHandlerImpl.queue
Methods in org.camunda.bpm.engine.rest.impl that return FetchAndLockRequestModifier and TypeMethodDescriptionFetchAndLockRequest.setAsyncResponse
(jakarta.ws.rs.container.AsyncResponse asyncResponse) FetchAndLockRequest.setAuthentication
(Authentication authentication) FetchAndLockRequest.setDto
(FetchExternalTasksExtendedDto dto) FetchAndLockRequest.setProcessEngineName
(String processEngineName) FetchAndLockRequest.setRequestTime
(Date requestTime) Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type FetchAndLockRequestMethods in org.camunda.bpm.engine.rest.impl with parameters of type FetchAndLockRequestModifier and TypeMethodDescriptionprotected void
FetchAndLockHandlerImpl.addRequest
(FetchAndLockRequest request) protected ProcessEngine
FetchAndLockHandlerImpl.getProcessEngine
(FetchAndLockRequest request) protected boolean
FetchAndLockHandlerImpl.isExpired
(FetchAndLockRequest request) protected FetchAndLockResult
FetchAndLockHandlerImpl.tryFetchAndLock
(FetchAndLockRequest request)