| Package | Description |
|---|---|
| org.mule.runtime.extension.api.values |
| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.values.Value> |
ConfigurationParameterValuesProvider.getConfigValues(String parameterName)
Resolves the possible
values for the Configuration's parameter identified by the parameterName |
Set<org.mule.runtime.api.values.Value> |
ConfigurationParameterValuesProvider.getConnectionValues(String parameterName)
Resolves the possible
values for the Connection Providers's parameter identified by the parameterName |
Set<org.mule.runtime.api.values.Value> |
ComponentValuesProvider.getValues(String parameterName) |
Set<org.mule.runtime.api.values.Value> |
ValueProvider.resolve()
Resolves and provides a
Set of values which represents a set of possible and valid values for
a parameter. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.