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. newRequestsprotected List<FetchAndLockRequest>FetchAndLockHandlerImpl. pendingRequestsprotected BlockingQueue<FetchAndLockRequest>FetchAndLockHandlerImpl. queueMethods in org.camunda.bpm.engine.rest.impl that return FetchAndLockRequest Modifier and Type Method Description FetchAndLockRequestFetchAndLockRequest. setAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)FetchAndLockRequestFetchAndLockRequest. setAuthentication(Authentication authentication)FetchAndLockRequestFetchAndLockRequest. setDto(FetchExternalTasksExtendedDto dto)FetchAndLockRequestFetchAndLockRequest. setProcessEngineName(String processEngineName)FetchAndLockRequestFetchAndLockRequest. 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 voidFetchAndLockHandlerImpl. addRequest(FetchAndLockRequest request)protected ProcessEngineFetchAndLockHandlerImpl. getProcessEngine(FetchAndLockRequest request)protected booleanFetchAndLockHandlerImpl. isExpired(FetchAndLockRequest request)protected FetchAndLockResultFetchAndLockHandlerImpl. tryFetchAndLock(FetchAndLockRequest request)
-