Uses of Interface
com.funnelback.plugin.docs.model.ProductSubtopicCategory
-
Packages that use ProductSubtopicCategory Package Description com.funnelback.plugin com.funnelback.plugin.details com.funnelback.plugin.docs com.funnelback.plugin.docs.model -
-
Uses of ProductSubtopicCategory in com.funnelback.plugin
Methods in com.funnelback.plugin that return types with arguments of type ProductSubtopicCategory Modifier and Type Method Description default List<ProductSubtopicCategory>
PluginUtilsBase. getMetadataTags()
-
Uses of ProductSubtopicCategory in com.funnelback.plugin.details
Methods in com.funnelback.plugin.details that return types with arguments of type ProductSubtopicCategory Modifier and Type Method Description List<ProductSubtopicCategory>
PluginDetails. getMetadataTags()
Define a list of metadata tags describing purpose of plugin SeeProductSubtopic
-
Uses of ProductSubtopicCategory in com.funnelback.plugin.docs
Methods in com.funnelback.plugin.docs that return types with arguments of type ProductSubtopicCategory Modifier and Type Method Description List<ProductSubtopicCategory>
PluginDocsDetails. getProductSubtopic()
Define a list of tags to display in documentation as meta tag "product-subtopic" and source metadata tags about plugin -
Uses of ProductSubtopicCategory in com.funnelback.plugin.docs.model
Classes in com.funnelback.plugin.docs.model that implement ProductSubtopicCategory Modifier and Type Class Description static class
ProductSubtopic.AnalyticsReporting
"Analytics and reporting" product topicstatic class
ProductSubtopic.ApplicationAdministration
"Application administration" product topicstatic class
ProductSubtopic.DataSources
"Search data sources" product topicstatic class
ProductSubtopic.Indexing
"Search indexing" product topicstatic class
ProductSubtopic.IntegrationDevelopment
"Integration and development" product topicstatic class
ProductSubtopic.RankingSorting
"Search ranking and sorting" product topicstatic class
ProductSubtopic.ResultsPage
"Search results pages" product topicstatic class
ProductSubtopic.SystemAdministration
"System administration" product topic
-