Uses of Class
org.mule.runtime.extension.api.values.ValueResolvingException
Packages that use ValueResolvingException
-
Uses of ValueResolvingException in org.mule.runtime.extension.api.values
Methods in org.mule.runtime.extension.api.values that throw ValueResolvingExceptionModifier and TypeMethodDescriptiondefault 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 possiblevaluesfor the Configuration's parameter identified by theparameterNameSet<org.mule.runtime.api.value.Value>ConfigurationParameterValueProvider.getConfigValues(String parameterName, String targetSelector) Gets the values for the Configuration's parameter of the givenparameterName, using the giventargetSelector.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 possiblevaluesfor the Connection Providers's parameter identified by theparameterNameSet<org.mule.runtime.api.value.Value>ConfigurationParameterValueProvider.getConnectionValues(String parameterName, String targetSelector) Gets the values for the Connection Provider's parameter of the givenparameterName, using the giventargetSelector.Set<org.mule.runtime.api.value.Value>Set<org.mule.runtime.api.value.Value>Gets the values for the parameter of the givenparameterName, using the giventargetSelector.Set<org.mule.runtime.api.value.Value>ValueProvider.resolve()Resolves and provides aSetofvalueswhich represents a set of possible and valid values for a parameter.