| 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 |
ExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the traversed extensionModel |
protected void |
IdempotentExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model) |
| Modifier and Type | Method and Description |
|---|---|
Map<Pair<ParameterGroupModel,ParameterModel>,Object> |
ComponentParameterization.getParameters()
Returns all the parameters of the declared model that have values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentParameterization.ParameterAction.accept(ParameterGroupModel paramGroup,
ParameterModel param,
Object paramValue) |
Object |
ComponentParameterization.getParameter(ParameterGroupModel paramGroup,
ParameterModel param)
Obtains the value of a parameter of the declared component.
|
ComponentParameterization.Builder<M> |
ComponentParameterization.Builder.withParameter(ParameterGroupModel paramGroup,
ParameterModel paramModel,
Object paramValue)
Sets a parameter with the given ParameterGroupModel and ParameterModel
|
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterization.Builder<M> |
ComponentParameterizationBuilder.withParameter(ParameterGroupModel paramGroup,
ParameterModel paramModel,
Object paramValue) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.