public interface HasFunctionModels
FunctionModels| Modifier and Type | Method and Description |
|---|---|
Optional<FunctionModel> |
getFunctionModel(String name)
Returns the
FunctionModel that matches
the given name. |
List<FunctionModel> |
getFunctionModels()
Returns a
List of FunctionModels defined at the level
of the component implementing this interface. |
List<FunctionModel> getFunctionModels()
List of FunctionModels defined at the level
of the component implementing this interface.
Each function is guaranteed to have a unique name which will not
overlap with any other component defined at any level.List of FunctionModelOptional<FunctionModel> getFunctionModel(String name)
FunctionModel that matches
the given name.name - case sensitive operation nameOptional FunctionModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.