Uses of Class
org.nuxeo.ecm.automation.core.trace.Call
Packages that use Call
-
Uses of Call in org.nuxeo.ecm.automation.core.trace
Subclasses of Call in org.nuxeo.ecm.automation.core.traceFields in org.nuxeo.ecm.automation.core.trace declared as CallFields in org.nuxeo.ecm.automation.core.trace with type parameters of type CallMethods in org.nuxeo.ecm.automation.core.trace that return CallModifier and TypeMethodDescriptionTrace.getParent()
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 CallMethods in org.nuxeo.ecm.automation.core.trace with parameters of type CallModifier and TypeMethodDescriptionTracerFactory.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 CallModifier and TypeMethodDescriptionprotected void
Trace.litePrintCall
(List<Call> calls, BufferedWriter writer) 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 CallModifierConstructorDescriptionprotected
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