public class FetchAndLockRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.ws.rs.container.AsyncResponse |
asyncResponse |
protected Authentication |
authentication |
protected FetchExternalTasksExtendedDto |
dto |
protected ProcessEngine |
processEngine |
protected Date |
requestTime |
Constructor and Description |
---|
FetchAndLockRequest() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.container.AsyncResponse |
getAsyncResponse() |
Authentication |
getAuthentication() |
FetchExternalTasksExtendedDto |
getDto() |
ProcessEngine |
getProcessEngine() |
Date |
getRequestTime() |
long |
getTimeoutTimestamp() |
FetchAndLockRequest |
setAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse) |
FetchAndLockRequest |
setAuthentication(Authentication authentication) |
FetchAndLockRequest |
setDto(FetchExternalTasksExtendedDto dto) |
FetchAndLockRequest |
setProcessEngine(ProcessEngine processEngine) |
FetchAndLockRequest |
setRequestTime(Date requestTime) |
protected Date requestTime
protected FetchExternalTasksExtendedDto dto
protected javax.ws.rs.container.AsyncResponse asyncResponse
protected ProcessEngine processEngine
protected Authentication authentication
public Date getRequestTime()
public FetchAndLockRequest setRequestTime(Date requestTime)
public FetchExternalTasksExtendedDto getDto()
public FetchAndLockRequest setDto(FetchExternalTasksExtendedDto dto)
public javax.ws.rs.container.AsyncResponse getAsyncResponse()
public FetchAndLockRequest setAsyncResponse(javax.ws.rs.container.AsyncResponse asyncResponse)
public ProcessEngine getProcessEngine()
public FetchAndLockRequest setProcessEngine(ProcessEngine processEngine)
public Authentication getAuthentication()
public FetchAndLockRequest setAuthentication(Authentication authentication)
public long getTimeoutTimestamp()
Copyright © 2018. All rights reserved.