Package com.adobe.cq.contentinsight
Interface ProviderSettingsManager
- 
@ProviderType public interface ProviderSettingsManagerA service for accessing Content Insight provider settings for resources, e.g. pages. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueMapgetProviderSettings(Resource res)Returns a map of providers each containing a map of settings for the given resource.booleanhasActiveProviders(Resource res)Checks whether active providers are available for the given resource. 
 - 
 
- 
- 
Method Detail
- 
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.
 
- 
hasActiveProviders
boolean hasActiveProviders(Resource res)
Checks whether active providers are available for the given resource.- Parameters:
 res- The resource for which to check providers.
 
 - 
 
 -