Class ExecutionRequest
java.lang.Object
org.nuxeo.ecm.automation.jaxrs.io.operations.ExecutionRequest
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, CoreSession session) Sets up and returns the currentOperationContext
, which MUST NOT be closed.getInput()
Returns the currentOperationContext
, which MUST NOT be closed.void
setContextParam
(String key, Object value) void
setContextParam
(String key, String value) void
void
void
-
Field Details
-
input
-
restOperationContext
-
params
-
-
Constructor Details
-
ExecutionRequest
public ExecutionRequest() -
ExecutionRequest
-
-
Method Details
-
setInput
-
getInput
-
setContextParam
-
setContextParam
-
setParam
-
setParam
-
getParams
-
createContext
public OperationContext createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, CoreSession session) Sets up and returns the currentOperationContext
, which MUST NOT be closed. -
getRestOperationContext
Returns the currentOperationContext
, which MUST NOT be closed.- Since:
- 7.1
-