public interface OperationContext
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation()
The
Operation model for the
actual processor being executed |
Map<Parameter,Object> |
getParameters()
|
Object |
getParameterValue(Parameter parameter)
Returns the value associated to the given
parameter |
Object |
getParameterValue(String parameterName)
Returns the value associated to a parameter of name
parameterName |
Operation getOperation()
Operation model for the
actual processor being executedOperationObject getParameterValue(Parameter parameter)
parameterCopyright © 2015 MuleSoft, Inc.. All rights reserved.