public interface ConfigurationParameterValueProvider
Set of values associated to a Configuration's or
Connection Provider's parameter.| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.value.Value> |
getConfigValues(String parameterName)
Resolves the possible
values for the Configuration's parameter identified by the parameterName |
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 valuesValueResolvingExceptionSet<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 valuesValueResolvingExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.