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 OperationCallbackOperationContext. callbackMethods in org.nuxeo.ecm.automation that return OperationCallback Modifier and Type Method Description OperationCallbackOperationContext. getCallback()Methods in org.nuxeo.ecm.automation with parameters of type OperationCallback Modifier and Type Method Description voidOperationContext. 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 classTracerAutomation Abstract tracer recording all automation execution traces.Methods in org.nuxeo.ecm.automation.core.trace that return OperationCallback Modifier and Type Method Description OperationCallbackTracerFactory. newTracer()
-