| 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 |
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> |
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 © 2019 MuleSoft, Inc.. All rights reserved.