Package org.camunda.bpm.engine.rest.impl
Class FetchAndLockRequest
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.FetchAndLockRequest
-
public class FetchAndLockRequest extends java.lang.Object- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.ws.rs.container.AsyncResponseasyncResponseprotected Authenticationauthenticationprotected FetchExternalTasksExtendedDtodtoprotected java.lang.StringprocessEngineNameprotected java.util.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()java.lang.StringgetProcessEngineName()java.util.DategetRequestTime()longgetTimeoutTimestamp()FetchAndLockRequestsetAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)FetchAndLockRequestsetAuthentication(Authentication authentication)FetchAndLockRequestsetDto(FetchExternalTasksExtendedDto dto)FetchAndLockRequestsetProcessEngineName(java.lang.String processEngineName)FetchAndLockRequestsetRequestTime(java.util.Date requestTime)java.lang.StringtoString()
-
-
-
Field Detail
-
requestTime
protected java.util.Date requestTime
-
dto
protected FetchExternalTasksExtendedDto dto
-
asyncResponse
protected javax.ws.rs.container.AsyncResponse asyncResponse
-
processEngineName
protected java.lang.String processEngineName
-
authentication
protected Authentication authentication
-
-
Method Detail
-
getRequestTime
public java.util.Date getRequestTime()
-
setRequestTime
public FetchAndLockRequest setRequestTime(java.util.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 java.lang.String getProcessEngineName()
-
setProcessEngineName
public FetchAndLockRequest setProcessEngineName(java.lang.String processEngineName)
-
getAuthentication
public Authentication getAuthentication()
-
setAuthentication
public FetchAndLockRequest setAuthentication(Authentication authentication)
-
getTimeoutTimestamp
public long getTimeoutTimestamp()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-