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 String |
processEngineName |
protected Date |
requestTime |
Constructor and Description |
---|
FetchAndLockRequest() |
Modifier and Type | Method and 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() |
protected Date requestTime
protected FetchExternalTasksExtendedDto dto
protected javax.ws.rs.container.AsyncResponse asyncResponse
protected String processEngineName
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 String getProcessEngineName()
public FetchAndLockRequest setProcessEngineName(String processEngineName)
public Authentication getAuthentication()
public FetchAndLockRequest setAuthentication(Authentication authentication)
public long getTimeoutTimestamp()
Copyright © 2022. All rights reserved.