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 java.lang.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 java.lang.String KEY
See Also:
Constant Field Values
Constructor Detail

CreatedSort

public CreatedSort(SearchSort.Order order)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.