public class ExecutionRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RestOperationContext |
ctx |
protected Object |
input |
protected Map<String,Object> |
params |
| Constructor and Description |
|---|
ExecutionRequest() |
ExecutionRequest(Object input) |
| Modifier and Type | Method and Description |
|---|---|
OperationContext |
createContext(javax.servlet.http.HttpServletRequest request,
CoreSession session) |
RestOperationContext |
getCtx() |
Object |
getInput() |
Map<String,Object> |
getParams() |
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 Object input
protected RestOperationContext ctx
public ExecutionRequest()
public ExecutionRequest(Object input)
public void setInput(Object input)
public Object getInput()
public OperationContext createContext(javax.servlet.http.HttpServletRequest request, CoreSession session) throws Exception
Exceptionpublic RestOperationContext getCtx()
Copyright © 2019 Nuxeo SA. All rights reserved.