public interface OperationCallback
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFormattedText()  | 
Trace | 
getTrace()  | 
void | 
onChain(OperationType chain)  | 
void | 
onError(OperationException error)  | 
void | 
onOperation(OperationContext context,
           OperationType type,
           InvokableMethod method,
           Map<String,Object> parms)  | 
void | 
onOutput(Object output)  | 
void onChain(OperationType chain)
void onOperation(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
void onError(OperationException error)
void onOutput(Object output)
Trace getTrace()
String getFormattedText()
Copyright © 2015 Nuxeo SA. All rights reserved.