Class Call
java.lang.Object
org.nuxeo.ecm.automation.core.trace.Call
- Direct Known Subclasses:
LiteCall
- Since:
- 5.7.3
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final String
protected final Call.Details
static final String[]
Black listing of mvel expressions which should not be evaluated by the Automation traces for debugging purposeprotected final OperationType
-
Constructor Summary
ModifierConstructorDescriptionCall
(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
Modifier and TypeMethodDescriptiongetInput()
getType()
void
print
(BufferedWriter writer) protected void
printHeading
(String heading, BufferedWriter writer)
-
Field Details
-
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
-
aliases
-
type
-
nested
-
details
-
-
Constructor Details
-
Call
-
Call
-
Call
public Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> parms)
-
-
Method Details
-
getType
-
getMethod
-
getParameters
-
getVariables
-
getInput
-
getOutput
-
getNested
-
getChainId
-
getAliases
-
print
- Throws:
IOException
- Since:
- 9.3
-
printHeading
- Throws:
IOException
-