| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.parameter | |
| org.mule.runtime.api.meta.model.source | |
| org.mule.runtime.api.meta.model.util |
| Modifier and Type | Method and Description |
|---|---|
default List<ParameterModel> |
ParameterizedModel.getAllParameterModels()
Returns all the
parameters on all groups. |
Optional<ParameterModel> |
ParameterGroupModel.getParameter(String name)
Returns the
parameterModel with the given name
if one is present. |
List<ParameterModel> |
ParameterGroupModel.getParameterModels()
Returns the
parameterModels
available for this group |
| Modifier and Type | Method and Description |
|---|---|
default List<ParameterModel> |
SourceModel.getAllParameterModels()
Returns all the
ParameterModel on all groups, including
the ones declared on the success and error callbacks. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onParameter(ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the traversed extensionModel. |
protected void |
IdempotentExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model) |
protected void |
ExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the
traversed extensionModel |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.