Uses of Interface
com.atlassian.confluence.search.plugin.ContentTypeSearchDescriptor
-
Packages that use ContentTypeSearchDescriptor Package Description com.atlassian.confluence.search.plugin com.atlassian.confluence.search.service -
-
Uses of ContentTypeSearchDescriptor in com.atlassian.confluence.search.plugin
Methods in com.atlassian.confluence.search.plugin that return types with arguments of type ContentTypeSearchDescriptor Modifier and Type Method Description Collection<ContentTypeSearchDescriptor>SiteSearchPluginModule. getContentTypeDescriptors() -
Uses of ContentTypeSearchDescriptor in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return types with arguments of type ContentTypeSearchDescriptor Modifier and Type Method Description Set<ContentTypeSearchDescriptor>SearchQueryParameters. getPluginContentTypes()Method parameters in com.atlassian.confluence.search.service with type arguments of type ContentTypeSearchDescriptor Modifier and Type Method Description voidSearchQueryParameters. setPluginContentTypes(Set<ContentTypeSearchDescriptor> pluginContentTypes)
-