Interface IRVRestUrlResolver


  • public interface IRVRestUrlResolver
    Allows resolving the URL to use for a REST data source based on the data source definition and parameters entered by the user.
    • Method Detail

      • resolveRestUrl

        String resolveRestUrl​(IRVUserContext userContext,
                              RVRESTDataSourceItem restItem)
        Used to resolve the URL to use when invoking a REST data source.
        Parameters:
        userContext - User context
        restItem - The data source item defining the URL and containing values entered by the end-user for parameters (if defined in the URL).
        Returns:
        The URL to connect to or null to use the default URL resolution.