@NoImplement
public interface ConfigurationParameterValueProvider
Set of values associated to a Configuration's or
Connection Provider's parameter.| Modifier and Type | Method and Description |
|---|---|
default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
getConfigModels(String providerName)
Deprecated.
|
Set<org.mule.runtime.api.value.Value> |
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> |
getConnectionModels(String providerName)
Deprecated.
|
Set<org.mule.runtime.api.value.Value> |
getConnectionValues(String parameterName)
Resolves the possible
values for the Connection Providers's parameter identified by the parameterName |
Set<org.mule.runtime.api.value.Value> getConfigValues(String parameterName) throws ValueResolvingException
values for the Configuration's parameter identified by the parameterNameparameterName - the name of the parameter that has the capability to provide valuesSet of possible and valid valuesValueResolvingException@Deprecated default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> getConfigModels(String providerName) throws ValueResolvingException
ValueProviderModel with the given provider name in the configurationproviderName - The name of the value providerValueProviderModelValueResolvingExceptionSet<org.mule.runtime.api.value.Value> getConnectionValues(String parameterName) throws ValueResolvingException
values for the Connection Providers's parameter identified by the parameterNameparameterName - the name of the parameter that has the capability to provide valuesSet of possible and valid valuesValueResolvingException@Deprecated default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> getConnectionModels(String providerName) throws ValueResolvingException
ValueProviderModel with the given provider name in the connectionproviderName - The name of the value providerValueProviderModelValueResolvingExceptionCopyright © 2020 MuleSoft, Inc.. All rights reserved.