Package | Description |
---|---|
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core.trace | |
org.nuxeo.ecm.automation.test |
Modifier and Type | Class and Description |
---|---|
protected static class |
OperationContext.ChainCallback
ChainCallback store all automation traces for execution
|
Modifier and Type | Field and Description |
---|---|
OperationCallback |
OperationContext.ChainCallback.operationCallback |
Modifier and Type | Method and Description |
---|---|
OperationCallback |
OperationContext.getChainCallback() |
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.addChainCallback(OperationCallback chainCallback) |
protected void |
OperationContext.ChainCallback.set(OperationCallback callback) |
Constructor and Description |
---|
TraceException(OperationCallback tracer,
Throwable cause) |
Modifier and Type | Class and Description |
---|---|
class |
BasedTracer
Automation Abstract tracer recording all automation execution traces.
|
class |
Tracer
Automation tracer recording all automation execution traces when mode activated.
|
class |
TracerLite
Automation tracer recording lightweight automation execution traces when mode deactivated.
|
Modifier and Type | Method and Description |
---|---|
OperationCallback |
TracerFactory.newTracer(String operationTypeId)
If trace mode is enabled, instantiate
Tracer . |
Modifier and Type | Field and Description |
---|---|
protected OperationCallback |
AutomationFeature.tracer |
Modifier and Type | Method and Description |
---|---|
protected OperationCallback |
AutomationFeature.getTracer() |
Copyright © 2015 Nuxeo SA. All rights reserved.