com.atlassian.confluence.search.plugin
Interface SiteSearchPluginModule

All Known Implementing Classes:
MailSiteSearchPluginModule

public interface SiteSearchPluginModule

Allows plugins to provide additional capabilities for Confluence search. Currently the only supported property is the ability to add new content types to the global search screen.


Method Summary
 java.util.Collection<ContentTypeSearchDescriptor> getContentTypeDescriptors()
           
 

Method Detail

getContentTypeDescriptors

java.util.Collection<ContentTypeSearchDescriptor> getContentTypeDescriptors()


Copyright © 2003-2014 Atlassian. All Rights Reserved.