Interface ProviderSettingsManager


@ProviderType public interface ProviderSettingsManager
A service for accessing Content Insight provider settings for resources, e.g. pages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a map of providers each containing a map of settings for the given resource.
    boolean
    Checks whether active providers are available for the given resource.
  • Method Details

    • getProviderSettings

      ValueMap getProviderSettings(Resource res)
      Returns a map of providers each containing a map of settings for the given resource.
      Parameters:
      res - The resource for which to get provider settings.
      Returns:
      Map of providers containig each a map of settings for the specified resource.
    • hasActiveProviders

      boolean hasActiveProviders(Resource res)
      Checks whether active providers are available for the given resource.
      Parameters:
      res - The resource for which to check providers.
      Returns:
      true if active providers are available, false otherwise.