protected static class OperationContext.ChainCallback extends Object implements OperationCallback
| Modifier and Type | Field and Description |
|---|---|
OperationCallback |
operationCallback |
| Modifier | Constructor and Description |
|---|---|
protected |
ChainCallback() |
| 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) |
protected void |
set(OperationCallback callback) |
public OperationCallback operationCallback
protected ChainCallback()
protected void set(OperationCallback callback)
public void onChain(OperationType chain)
onChain in interface OperationCallbackpublic void onOperation(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
onOperation in interface OperationCallbackpublic void onError(OperationException error)
onError in interface OperationCallbackpublic void onOutput(Object output)
onOutput in interface OperationCallbackpublic Trace getTrace()
getTrace in interface OperationCallbackpublic String getFormattedText()
getFormattedText in interface OperationCallbackCopyright © 2015 Nuxeo SA. All rights reserved.