@MinMuleVersion(value="4.4") public interface ValueProvider
values.Value| Modifier and Type | Method and Description |
|---|---|
String |
getId()
This is the id of the ValueProvider.
|
Set<Value> |
resolve()
|
Set<Value> resolve() throws ValueResolvingException
Set of values which represents a set of possible and valid values for a
parameter.Set of values.ValueResolvingException - if an error occurs during the resolvingString getId()
ValueProvider in the same extension. Multiple
calls to this method must always return the same fixed value.Copyright © 2022. All rights reserved.