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

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

public class CreatedSort
extends AbstractSort

Order search results by time created


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.confluence.search.v2.SearchSort
SearchSort.Order
 
Field Summary
static CreatedSort ASCENDING
          Sorts by created date (ascending)
static CreatedSort DEFAULT
          Sorts by created date (defaults to descending order)
static CreatedSort DESCENDING
          Sorts by created date (descending)
static String KEY
           
 
Constructor Summary
CreatedSort(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 CreatedSort DESCENDING
Sorts by created date (descending)


ASCENDING

public static final CreatedSort ASCENDING
Sorts by created date (ascending)


DEFAULT

public static final CreatedSort DEFAULT
Sorts by created date (defaults to descending order)

Constructor Detail

CreatedSort

public CreatedSort(SearchSort.Order order)


Copyright © 2003-2013 Atlassian. All Rights Reserved.