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 OperationCallback
public void onOperation(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
onOperation
in interface OperationCallback
public void onError(OperationException error)
onError
in interface OperationCallback
public void onOutput(Object output)
onOutput
in interface OperationCallback
public Trace getTrace()
getTrace
in interface OperationCallback
public String getFormattedText()
getFormattedText
in interface OperationCallback
Copyright © 2016 Nuxeo SA. All rights reserved.