Package org.camunda.bpm.engine.rest.impl
Class FetchAndLockRequest
java.lang.Object
org.camunda.bpm.engine.rest.impl.FetchAndLockRequest
- Author:
- Tassilo Weidner
-
Field Summary
Modifier and TypeFieldDescriptionprotected jakarta.ws.rs.container.AsyncResponse
protected Authentication
protected FetchExternalTasksExtendedDto
protected String
protected Date
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.container.AsyncResponse
getDto()
long
setAsyncResponse
(jakarta.ws.rs.container.AsyncResponse asyncResponse) setAuthentication
(Authentication authentication) setProcessEngineName
(String processEngineName) setRequestTime
(Date requestTime) toString()
-
Field Details
-
requestTime
-
dto
-
asyncResponse
protected jakarta.ws.rs.container.AsyncResponse asyncResponse -
processEngineName
-
authentication
-
-
Constructor Details
-
FetchAndLockRequest
public FetchAndLockRequest()
-
-
Method Details
-
getRequestTime
-
setRequestTime
-
getDto
-
setDto
-
getAsyncResponse
public jakarta.ws.rs.container.AsyncResponse getAsyncResponse() -
setAsyncResponse
-
getProcessEngineName
-
setProcessEngineName
-
getAuthentication
-
setAuthentication
-
getTimeoutTimestamp
public long getTimeoutTimestamp() -
toString
-