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.AsyncResponseasyncResponseprotected Authenticationauthenticationprotected FetchExternalTasksExtendedDtodtoprotected StringprocessEngineNameprotected DaterequestTime
-
Constructor Summary
Constructors Constructor Description FetchAndLockRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.container.AsyncResponsegetAsyncResponse()AuthenticationgetAuthentication()FetchExternalTasksExtendedDtogetDto()StringgetProcessEngineName()DategetRequestTime()longgetTimeoutTimestamp()FetchAndLockRequestsetAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)FetchAndLockRequestsetAuthentication(Authentication authentication)FetchAndLockRequestsetDto(FetchExternalTasksExtendedDto dto)FetchAndLockRequestsetProcessEngineName(String processEngineName)FetchAndLockRequestsetRequestTime(Date requestTime)StringtoString()
-
-
-
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()
-
-