Uses of Class
org.nuxeo.ecm.automation.core.trace.Trace
-
Packages that use Trace Package Description org.nuxeo.ecm.automation.core.trace -
-
Uses of Trace in org.nuxeo.ecm.automation.core.trace
Fields in org.nuxeo.ecm.automation.core.trace declared as Trace Modifier and Type Field Description protected TraceTracerFactory. lastErrorFields in org.nuxeo.ecm.automation.core.trace with type parameters of type Trace Modifier and Type Field Description protected List<Trace>Call. nestedprotected Map<Integer,Trace>TracerFactory.ChainTraces. tracesMethods in org.nuxeo.ecm.automation.core.trace that return Trace Modifier and Type Method Description TraceTracerFactory. getLastErrorTrace()protected TraceTracerFactory.ChainTraces. getTrace(int index)TraceTracerFactory. getTrace(String key)TraceTracerFactory. getTrace(String key, int index)TraceTracerFactory. getTrace(OperationChain chain, int index)TraceTracerFactory. newTrace(Call parent, OperationType typeof, List<Call> calls, Object output, Exception error)Methods in org.nuxeo.ecm.automation.core.trace that return types with arguments of type Trace Modifier and Type Method Description List<Trace>Call. getNested()Methods in org.nuxeo.ecm.automation.core.trace with parameters of type Trace Modifier and Type Method Description protected StringTracerFactory.ChainTraces. add(Trace trace)voidTracerFactory. onTrace(Trace trace)StringTracerFactory. print(Trace trace)protected voidTracerFactory. recordTrace(Trace trace)
-