Class Call
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.trace.Call
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
Call.Details
static class
Call.ExpressionParameter
-
Field Summary
Fields Modifier and Type Field Description protected String
aliases
protected String
chainId
protected Call.Details
details
static String[]
MVEL_BLACK_LIST_EXPR
Black listing of mvel expressions which should not be evaluated by the Automation traces for debugging purposeprotected List<Trace>
nested
protected OperationType
type
-
Constructor Summary
Constructors Modifier Constructor Description Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
Call(OperationType chain, OperationType op)
protected
Call(OperationType chain, OperationType op, Call.Details details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAliases()
String
getChainId()
Object
getInput()
InvokableMethod
getMethod()
List<Trace>
getNested()
Object
getOutput()
Map<String,Object>
getParameters()
OperationType
getType()
Map<String,Object>
getVariables()
void
print(BufferedWriter writer)
protected void
printHeading(String heading, BufferedWriter writer)
-
-
-
Field Detail
-
MVEL_BLACK_LIST_EXPR
public static final String[] MVEL_BLACK_LIST_EXPR
Black listing of mvel expressions which should not be evaluated by the Automation traces for debugging purpose- Since:
- 8.1
-
chainId
protected final String chainId
-
aliases
protected final String aliases
-
type
protected final OperationType type
-
details
protected final Call.Details details
-
-
Constructor Detail
-
Call
protected Call(OperationType chain, OperationType op, Call.Details details)
-
Call
public Call(OperationType chain, OperationType op)
-
Call
public Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
-
-
Method Detail
-
getType
public OperationType getType()
-
getMethod
public InvokableMethod getMethod()
-
getInput
public Object getInput()
-
getOutput
public Object getOutput()
-
getChainId
public String getChainId()
-
getAliases
public String getAliases()
-
print
public void print(BufferedWriter writer) throws IOException
- Throws:
IOException
- Since:
- 9.3
-
printHeading
protected void printHeading(String heading, BufferedWriter writer) throws IOException
- Throws:
IOException
-
-