@NoImplement
public interface ConfigurationParameters
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationParameters> |
getComplexConfigurationParameter(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
Gets all the configuration of a complex parameter type with an specific
ComponentIdentifier. |
List<org.mule.runtime.api.util.Pair<org.mule.runtime.api.component.ComponentIdentifier,ConfigurationParameters>> |
getComplexConfigurationParameters()
Gets all the complex parameters and they related identifier
|
String |
getStringParameter(String parameterName)
Gets the value of a simple parameter as an string.
|
String getStringParameter(String parameterName)
parameterName - parameter name, same as in the config.List<ConfigurationParameters> getComplexConfigurationParameter(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
ComponentIdentifier.componentIdentifier - the component identifier of the parameter.ComponentIdentifierList<org.mule.runtime.api.util.Pair<org.mule.runtime.api.component.ComponentIdentifier,ConfigurationParameters>> getComplexConfigurationParameters()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.