| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.function | |
| org.mule.runtime.api.meta.model.util |
| Modifier and Type | Method and Description |
|---|---|
Optional<FunctionModel> |
HasFunctionModels.getFunctionModel(String name)
Returns the
FunctionModel that matches
the given name. |
List<FunctionModel> |
HasFunctionModels.getFunctionModels()
Returns a
List of FunctionModels defined at the level
of the component implementing this interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onFunction(FunctionModel model)
Invoked when an
FunctionModel is found in the traversed extensionModel. |
protected void |
IdempotentExtensionWalker.onFunction(HasFunctionModels owner,
FunctionModel model) |
protected void |
ExtensionWalker.onFunction(HasFunctionModels owner,
FunctionModel model)
Invoked when an
FunctionModel is found in the
traversed extensionModel. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.