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