public class Call extends Object
Modifier and Type | Class and Description |
---|---|
class |
Call.ExpressionParameter |
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() |
public Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
public OperationType getType()
public InvokableMethod getMethod()
public Object getInput()
public String getChainId()
public String getAliases()
Copyright © 2015 Nuxeo SA. All rights reserved.