public class ExecutionRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
input |
protected Map<String,Object> |
params |
protected RestOperationContext |
restOperationContext |
Constructor and Description |
---|
ExecutionRequest() |
ExecutionRequest(Object input) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CoreSession session) |
Object |
getInput() |
Map<String,Object> |
getParams() |
RestOperationContext |
getRestOperationContext() |
void |
setContextParam(String key,
Object value) |
void |
setContextParam(String key,
String value) |
void |
setInput(Object input) |
void |
setParam(String key,
Object jsonObject) |
void |
setParam(String key,
String value) |
protected RestOperationContext restOperationContext
public ExecutionRequest()
public ExecutionRequest(Object input)
public void setContextParam(String key, Object value)
public void setContextParam(String key, String value)
public OperationContext createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, CoreSession session)
public RestOperationContext getRestOperationContext()
Copyright © 2017 Nuxeo. All rights reserved.