Class FetchAndLockRequest

java.lang.Object
org.camunda.bpm.engine.rest.impl.FetchAndLockRequest

public class FetchAndLockRequest extends Object
Author:
Tassilo Weidner
  • Field Details

    • requestTime

      protected Date requestTime
    • dto

    • asyncResponse

      protected javax.ws.rs.container.AsyncResponse asyncResponse
    • processEngineName

      protected String processEngineName
    • authentication

      protected org.camunda.bpm.engine.impl.identity.Authentication authentication
  • Constructor Details

    • FetchAndLockRequest

      public FetchAndLockRequest()
  • Method Details

    • getRequestTime

      public Date getRequestTime()
    • setRequestTime

      public FetchAndLockRequest setRequestTime(Date requestTime)
    • getDto

    • setDto

    • 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 org.camunda.bpm.engine.impl.identity.Authentication getAuthentication()
    • setAuthentication

      public FetchAndLockRequest setAuthentication(org.camunda.bpm.engine.impl.identity.Authentication authentication)
    • getTimeoutTimestamp

      public long getTimeoutTimestamp()
    • toString

      public String toString()
      Overrides:
      toString in class Object