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 classLiteCallFields in org.nuxeo.ecm.automation.core.trace declared as Call Modifier and Type Field Description protected CallTrace. parentFields in org.nuxeo.ecm.automation.core.trace with type parameters of type Call Modifier and Type Field Description protected List<Call>Trace. callsMethods in org.nuxeo.ecm.automation.core.trace that return Call Modifier and Type Method Description CallTrace. getParent()CallTracerFactory. 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 TraceTracerFactory. 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 voidTrace. litePrintCall(List<Call> calls, BufferedWriter writer)TraceTracerFactory. newTrace(Call parent, OperationType typeof, List<Call> calls, Object output, Exception error)protected voidTrace. 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)
-