com.atlassian.confluence.search.contentnames
Class ContentNameSearchSection

java.lang.Object
  extended by com.atlassian.confluence.search.contentnames.ContentNameSearchSection

public class ContentNameSearchSection
extends java.lang.Object

Defines a section in the results of the quick nav dropdown. The weight is used to position the section relative to the other sections where a weight of zero means the section would be on top.


Field Summary
static java.util.Comparator<ContentNameSearchSection> COMPARATOR
           
 
Constructor Summary
ContentNameSearchSection(java.lang.Integer weight, java.util.List<ContentNameMatch> results)
           
 
Method Summary
 java.util.List<ContentNameMatch> getResults()
           
 java.lang.Integer getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARATOR

public static final java.util.Comparator<ContentNameSearchSection> COMPARATOR
Constructor Detail

ContentNameSearchSection

public ContentNameSearchSection(@Nonnull
                                java.lang.Integer weight,
                                @Nonnull
                                java.util.List<ContentNameMatch> results)
Method Detail

getWeight

public java.lang.Integer getWeight()

getResults

public java.util.List<ContentNameMatch> getResults()


Copyright © 2003-2014 Atlassian. All Rights Reserved.