Class ExecutionRequest
java.lang.Object
org.nuxeo.ecm.automation.io.rest.operations.ExecutionRequest
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(jakarta.servlet.http.HttpServletRequest request, jakarta.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.voidsetContextParam(String key, Object value) voidsetContextParam(String key, String value) voidvoidvoid
-
Field Details
-
input
-
restOperationContext
-
params
-
-
Constructor Details
-
ExecutionRequest
public ExecutionRequest() -
ExecutionRequest
-
-
Method Details
-
setInput
-
getInput
-
setContextParam
-
setContextParam
-
setParam
-
setParam
-
getParams
-
createContext
public OperationContext createContext(jakarta.servlet.http.HttpServletRequest request, jakarta.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
-