| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.core.trace |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteCall |
| Modifier and Type | Field and Description |
|---|---|
protected Call |
Trace.parent |
| Modifier and Type | Field and Description |
|---|---|
protected List<Call> |
Trace.calls |
| Modifier and Type | Method and Description |
|---|---|
Call |
Trace.getParent() |
Call |
TracerFactory.newCall(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> params)
If trace mode is enabled, instantiate
Call. |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
Trace.getCalls() |
| Modifier and Type | Method and Description |
|---|---|
Trace |
TracerFactory.newTrace(Call parent,
OperationType typeof,
List<Call> calls,
Object output,
OperationException error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Trace.litePrintCall(List<Call> calls,
BufferedWriter writer) |
Trace |
TracerFactory.newTrace(Call parent,
OperationType typeof,
List<Call> calls,
Object output,
OperationException error) |
protected void |
Trace.printCalls(List<Call> calls,
BufferedWriter writer) |
| Constructor and Description |
|---|
Trace(Call parent,
OperationType chain,
List<Call> calls,
Object input,
Object output,
OperationException error) |
| Constructor and Description |
|---|
Trace(Call parent,
OperationType chain,
List<Call> calls,
Object input,
Object output,
OperationException error) |
Copyright © 2019 Nuxeo. All rights reserved.