Uses of Interface
org.apache.sling.cms.insights.InsightRequest
-
Packages that use InsightRequest Package Description org.apache.sling.cms.insights Support for Content Insights -
-
Uses of InsightRequest in org.apache.sling.cms.insights
Subinterfaces of InsightRequest in org.apache.sling.cms.insights Modifier and Type Interface Description interface
FileInsightRequest
Represents an insight request for a fileinterface
PageInsightRequest
Represents an insight requestMethods in org.apache.sling.cms.insights that return InsightRequest Modifier and Type Method Description InsightRequest
Insight. getRequest()
Methods in org.apache.sling.cms.insights with parameters of type InsightRequest Modifier and Type Method Description Insight
InsightProvider. evaluateRequest(InsightRequest request)
Evaluate the request and return a response with the details.boolean
InsightProvider. isEnabled(InsightRequest request)
Returns true if the provider is enabled for this request and false otherwise.void
Insight. setRequest(InsightRequest request)
Constructors in org.apache.sling.cms.insights with parameters of type InsightRequest Constructor Description Insight(InsightProvider provider, InsightRequest request)
-