| Package | Description |
|---|---|
| org.mule.runtime.extension.api.values |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
ConfigurationParameterValueProvider.getConfigModels(String providerName)
Retrieves the list of associated
ValueProviderModel with the given provider name in the configuration |
Set<org.mule.runtime.api.value.Value> |
ConfigurationParameterValueProvider.getConfigValues(String parameterName)
Resolves the possible
values for the Configuration's parameter identified by the parameterName |
List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
ConfigurationParameterValueProvider.getConnectionModels(String providerName)
Retrieves the list of associated
ValueProviderModel with the given provider name in the connection |
Set<org.mule.runtime.api.value.Value> |
ConfigurationParameterValueProvider.getConnectionValues(String parameterName)
Resolves the possible
values for the Connection Providers's parameter identified by the parameterName |
Set<org.mule.runtime.api.value.Value> |
ComponentValueProvider.getValues(String providerName) |
Set<org.mule.runtime.api.value.Value> |
ValueProvider.resolve()
Resolves and provides a
Set of values which represents a set of possible and valid values for
a parameter. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.