Class LiteCall
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.trace.Call
-
- org.nuxeo.ecm.automation.core.trace.LiteCall
-
public class LiteCall extends Call
- Since:
- 9.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.automation.core.trace.Call
Call.Details, Call.ExpressionParameter
-
-
Constructor Summary
Constructors Constructor Description LiteCall(OperationType chain, OperationType op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(BufferedWriter writer)
-
Methods inherited from class org.nuxeo.ecm.automation.core.trace.Call
getAliases, getChainId, getInput, getMethod, getNested, getOutput, getParameters, getType, getVariables, printHeading
-
-
-
-
Constructor Detail
-
LiteCall
public LiteCall(OperationType chain, OperationType op)
-
-
Method Detail
-
print
public void print(BufferedWriter writer) throws IOException
- Overrides:
print
in classCall
- Throws:
IOException
-
-