| Package | Description |
|---|---|
| org.mule.runtime.extension.api.values |
| Modifier and Type | Method and Description |
|---|---|
default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
ConfigurationParameterValueProvider.getConfigModels(String providerName)
Deprecated.
|
Set<org.mule.runtime.api.value.Value> |
ConfigurationParameterValueProvider.getConfigValues(String parameterName)
Resolves the possible
values for the Configuration's parameter identified by the parameterName |
Set<org.mule.runtime.api.value.Value> |
ConfigurationParameterValueProvider.getConfigValues(String parameterName,
String targetSelector)
Gets the values for the Configuration's parameter of the given
parameterName, using the given targetSelector. |
default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
ConfigurationParameterValueProvider.getConnectionModels(String providerName)
Deprecated.
|
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> |
ConfigurationParameterValueProvider.getConnectionValues(String parameterName,
String targetSelector)
Gets the values for the Connection Provider's parameter of the given
parameterName, using the given
targetSelector. |
Set<org.mule.runtime.api.value.Value> |
ComponentValueProvider.getValues(String providerName) |
Set<org.mule.runtime.api.value.Value> |
ComponentValueProvider.getValues(String parameterName,
String targetSelector)
Gets the values for the parameter of the given
parameterName, using the given targetSelector. |
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 © 2024 MuleSoft, Inc.. All rights reserved.