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 java.util.List<FetchAndLockRequest>FetchAndLockHandlerImpl. newRequestsprotected java.util.List<FetchAndLockRequest>FetchAndLockHandlerImpl. pendingRequestsprotected java.util.concurrent.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(java.lang.String processEngineName)FetchAndLockRequestFetchAndLockRequest. setRequestTime(java.util.Date requestTime)Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type FetchAndLockRequest Modifier and Type Method Description java.util.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)
-