Uses of Interface
org.nuxeo.ecm.automation.OperationCallback
-
Packages that use OperationCallback Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core.trace -
-
Uses of OperationCallback in org.nuxeo.ecm.automation
Fields in org.nuxeo.ecm.automation declared as OperationCallback Modifier and Type Field Description protected OperationCallback
OperationContext. callback
Methods in org.nuxeo.ecm.automation that return OperationCallback Modifier and Type Method Description OperationCallback
OperationContext. getCallback()
Methods in org.nuxeo.ecm.automation with parameters of type OperationCallback Modifier and Type Method Description void
OperationContext. setCallback(OperationCallback chainCallback)
-
Uses of OperationCallback in org.nuxeo.ecm.automation.core.trace
Classes in org.nuxeo.ecm.automation.core.trace that implement OperationCallback Modifier and Type Class Description class
Tracer
Automation Abstract tracer recording all automation execution traces.Methods in org.nuxeo.ecm.automation.core.trace that return OperationCallback Modifier and Type Method Description OperationCallback
TracerFactory. newTracer()
-