Package org.camunda.bpm.engine.rest.impl
Class FetchAndLockRequest
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.FetchAndLockRequest
-
public class FetchAndLockRequest extends Object
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.ws.rs.container.AsyncResponse
asyncResponse
protected Authentication
authentication
protected FetchExternalTasksExtendedDto
dto
protected String
processEngineName
protected Date
requestTime
-
Constructor Summary
Constructors Constructor Description FetchAndLockRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.container.AsyncResponse
getAsyncResponse()
Authentication
getAuthentication()
FetchExternalTasksExtendedDto
getDto()
String
getProcessEngineName()
Date
getRequestTime()
long
getTimeoutTimestamp()
FetchAndLockRequest
setAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)
FetchAndLockRequest
setAuthentication(Authentication authentication)
FetchAndLockRequest
setDto(FetchExternalTasksExtendedDto dto)
FetchAndLockRequest
setProcessEngineName(String processEngineName)
FetchAndLockRequest
setRequestTime(Date requestTime)
String
toString()
-
-
-
Field Detail
-
requestTime
protected Date requestTime
-
dto
protected FetchExternalTasksExtendedDto dto
-
asyncResponse
protected javax.ws.rs.container.AsyncResponse asyncResponse
-
processEngineName
protected String processEngineName
-
authentication
protected Authentication authentication
-
-
Method Detail
-
getRequestTime
public Date getRequestTime()
-
setRequestTime
public FetchAndLockRequest setRequestTime(Date requestTime)
-
getDto
public FetchExternalTasksExtendedDto getDto()
-
setDto
public FetchAndLockRequest setDto(FetchExternalTasksExtendedDto dto)
-
getAsyncResponse
public javax.ws.rs.container.AsyncResponse getAsyncResponse()
-
setAsyncResponse
public FetchAndLockRequest setAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)
-
getProcessEngineName
public String getProcessEngineName()
-
setProcessEngineName
public FetchAndLockRequest setProcessEngineName(String processEngineName)
-
getAuthentication
public Authentication getAuthentication()
-
setAuthentication
public FetchAndLockRequest setAuthentication(Authentication authentication)
-
getTimeoutTimestamp
public long getTimeoutTimestamp()
-
-