Uses of Class
org.nuxeo.ecm.automation.core.trace.Call
-
Packages that use Call Package Description org.nuxeo.ecm.automation.core.trace -
-
Uses of Call in org.nuxeo.ecm.automation.core.trace
Subclasses of Call in org.nuxeo.ecm.automation.core.trace Modifier and Type Class Description class
LiteCall
Fields in org.nuxeo.ecm.automation.core.trace declared as Call Modifier and Type Field Description protected Call
Trace. parent
Fields in org.nuxeo.ecm.automation.core.trace with type parameters of type Call Modifier and Type Field Description protected List<Call>
Trace. calls
Methods in org.nuxeo.ecm.automation.core.trace that return Call Modifier and Type Method Description Call
Trace. getParent()
Call
TracerFactory. newCall(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)
If trace mode is enabled, instantiateCall
.Methods in org.nuxeo.ecm.automation.core.trace that return types with arguments of type Call Modifier and Type Method Description List<Call>
Trace. getCalls()
Methods in org.nuxeo.ecm.automation.core.trace with parameters of type Call Modifier and Type Method Description Trace
TracerFactory. newTrace(Call parent, OperationType typeof, List<Call> calls, Object output, Exception error)
Method parameters in org.nuxeo.ecm.automation.core.trace with type arguments of type Call Modifier and Type Method Description protected void
Trace. litePrintCall(List<Call> calls, BufferedWriter writer)
Trace
TracerFactory. newTrace(Call parent, OperationType typeof, List<Call> calls, Object output, Exception error)
protected void
Trace. printCalls(List<Call> calls, BufferedWriter writer)
Constructors in org.nuxeo.ecm.automation.core.trace with parameters of type Call Constructor Description Trace(Call parent, OperationType chain, List<Call> calls, Object input, Object output, Exception error)
Constructor parameters in org.nuxeo.ecm.automation.core.trace with type arguments of type Call Constructor Description Trace(Call parent, OperationType chain, List<Call> calls, Object input, Object output, Exception error)
-