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 Trace
TracerFactory. lastError
Fields in org.nuxeo.ecm.automation.core.trace with type parameters of type Trace Modifier and Type Field Description protected List<Trace>
Call. nested
protected Map<Integer,Trace>
TracerFactory.ChainTraces. traces
Methods in org.nuxeo.ecm.automation.core.trace that return Trace Modifier and Type Method Description Trace
TracerFactory. getLastErrorTrace()
protected Trace
TracerFactory.ChainTraces. getTrace(int index)
Trace
TracerFactory. getTrace(String key)
Trace
TracerFactory. getTrace(String key, int index)
Trace
TracerFactory. getTrace(OperationChain chain, int index)
Trace
TracerFactory. 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 String
TracerFactory.ChainTraces. add(Trace trace)
void
TracerFactory. onTrace(Trace trace)
String
TracerFactory. print(Trace trace)
protected void
TracerFactory. recordTrace(Trace trace)
-