Package com.adobe.cq.contentinsight
Interface ProviderSettingsManager
-
@ProviderType public interface ProviderSettingsManager
A 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.- 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:
trueif active providers are available,falseotherwise.
-
-