Package com.adobe.cq.contentinsight
Interface ProviderSettingsManager
A service for accessing Content Insight provider settings for
resources, e.g. pages.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map of providers each containing a map of settings for the given resource.booleanChecks whether active providers are available for the given resource.
-
Method Details
-
getProviderSettings
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
Checks whether active providers are available for the given resource.- Parameters:
res- The resource for which to check providers.- Returns:
trueif active providers are available,falseotherwise.
-