Class Call
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.trace.Call
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCall.Detailsstatic classCall.ExpressionParameter
-
Field Summary
Fields Modifier and Type Field Description protected Stringaliasesprotected StringchainIdprotected Call.Detailsdetailsstatic String[]MVEL_BLACK_LIST_EXPRBlack listing of mvel expressions which should not be evaluated by the Automation traces for debugging purposeprotected List<Trace>nestedprotected OperationTypetype
-
Constructor Summary
Constructors Modifier Constructor Description Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)Call(OperationType chain, OperationType op)protectedCall(OperationType chain, OperationType op, Call.Details details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAliases()StringgetChainId()ObjectgetInput()InvokableMethodgetMethod()List<Trace>getNested()ObjectgetOutput()Map<String,Object>getParameters()OperationTypegetType()Map<String,Object>getVariables()voidprint(BufferedWriter writer)protected voidprintHeading(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
-
-