public class OperationBody extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
context |
protected Object |
input |
protected Map<String,Object> |
parameters |
| Constructor and Description |
|---|
OperationBody() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContext() |
Object |
getInput() |
Map<String,Object> |
getParameters() |
Object |
input() |
void |
setContext(Map<String,Object> context) |
void |
setInput(Object input) |
void |
setParameters(Map<String,Object> parameters) |
Copyright © 2018 Nuxeo. All rights reserved.