@API
public interface ExecutionCtx
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
Job |
getJob() |
java.util.Map<java.lang.String,java.lang.String[]> |
getParams()
Gets parameters for the call to the REST web service.
|
com.technia.tif.core.log.ProgressLogger |
getProgressLogger() |
com.technia.tif.enovia.rest.RequestInfo |
getRequestInfo() |
RestService |
getRestService() |
java.lang.String |
getServiceUrl() |
javax.servlet.ServletContext |
getServletContext() |
void |
saveError(java.lang.String errorMessage,
java.lang.Throwable cause) |
void |
storePayload(com.technia.tif.enovia.payload.PayloadDataType type,
PayloadData payloadData) |
com.technia.tif.core.log.ProgressLogger getProgressLogger()
void storePayload(com.technia.tif.enovia.payload.PayloadDataType type,
PayloadData payloadData)
void saveError(java.lang.String errorMessage,
java.lang.Throwable cause)
void complete()
java.lang.String getServiceUrl()
javax.servlet.http.HttpServletRequest getHttpServletRequest()
javax.servlet.ServletContext getServletContext()
RestService getRestService()
com.technia.tif.enovia.rest.RequestInfo getRequestInfo()
Job getJob()
java.util.Map<java.lang.String,java.lang.String[]> getParams()
It contains parameters from a number of sources: