com.atlassian.confluence.search.v2.sort
Class FullnameSort

java.lang.Object
  extended by com.atlassian.confluence.search.v2.sort.AbstractSort
      extended by com.atlassian.confluence.search.v2.sort.FullnameSort
All Implemented Interfaces:
SearchSort

public class FullnameSort
extends AbstractSort

Sort by a user's full name


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort
SearchSort.Order
 
Field Summary
static FullnameSort ASCENDING
          Sorts by filename (ascending)
static FullnameSort DEFAULT
          Sorts by filename (defaults to ascending order)
static FullnameSort DESCENDING
          Sorts by filename (descending)
static String KEY
           
 
Constructor Summary
FullnameSort(SearchSort.Order order)
           
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.search.v2.sort.AbstractSort
equals, getKey, getOrder, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values

DESCENDING

public static final FullnameSort DESCENDING
Sorts by filename (descending)


ASCENDING

public static final FullnameSort ASCENDING
Sorts by filename (ascending)


DEFAULT

public static final FullnameSort DEFAULT
Sorts by filename (defaults to ascending order)

Constructor Detail

FullnameSort

public FullnameSort(SearchSort.Order order)


Copyright © 2003-2012 Atlassian. All Rights Reserved.