Package org.apache.sling.cms.insights
Interface FileInsightRequest
- All Superinterfaces:
InsightRequest
Represents an insight request for a file
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.sling.cms.insights.InsightRequest
InsightRequest.TYPE -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Returns the file used to create this requestdefault InsightRequest.TYPEgetType()Get the type of this request.Methods inherited from interface org.apache.sling.cms.insights.InsightRequest
getResource
-
Method Details
-
getType
Description copied from interface:InsightRequestGet the type of this request.- Specified by:
getTypein interfaceInsightRequest- Returns:
- the type
-
getFile
File getFile()Returns the file used to create this request- Returns:
- the file
-