Modifier and Type | Class and Description |
---|---|
class |
Call.ExpressionParameter |
Modifier and Type | Field and Description |
---|---|
protected String |
aliases |
protected String |
chainId |
protected Object |
input |
protected InvokableMethod |
method |
protected List<Trace> |
nested |
protected Map<String,Object> |
parameters |
protected OperationType |
type |
protected Map<String,Object> |
variables |
Constructor and Description |
---|
Call(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
Modifier and Type | Method and Description |
---|---|
String |
getAliases() |
String |
getChainId() |
Object |
getInput() |
InvokableMethod |
getMethod() |
List<Trace> |
getNested() |
Map<String,Object> |
getParmeters() |
OperationType |
getType() |
Map<String,Object> |
getVariables() |
protected final OperationType type
protected final InvokableMethod method
protected final Map<String,Object> parameters
public Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
public OperationType getType()
public InvokableMethod getMethod()
public Map<String,Object> getParmeters()
public Map<String,Object> getVariables()
public String getChainId()
public String getAliases()
Copyright © 2015 Nuxeo SA. All rights reserved.