Package org.apache.sling.cms.insights
Interface InsightsModel
-
public interface InsightsModel
A model interface for retrieving insights for the current resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Insight>
getInsights()
Retrieve the insights for the current resource.
-