Uses of Class
com.sas.services.information.search.SortOrder

Packages that use SortOrder
com.sas.services.information.metadata.favorites Manages favorites folders and their contents. 
com.sas.services.information.search The com.sas.services.information.search package performs and manages metadata searches for public objects. 
 

Uses of SortOrder in com.sas.services.information.metadata.favorites
 

Methods in com.sas.services.information.metadata.favorites with parameters of type SortOrder
 java.util.List<MetadataInterface> FavoritesContainer.getFavorites(SortOrder[] order)
          Deprecated. should not be used
 

Uses of SortOrder in com.sas.services.information.search
 

Fields in com.sas.services.information.search declared as SortOrder
protected  SortOrder[] ResultDetails._sortOrder
           
 

Methods in com.sas.services.information.search that return SortOrder
static SortOrder[] SortOrder.getDefaultOrder()
           
 SortOrder[] ResultDetails.getSortOrder()
          Returns the specified SortOrder, or the default order if one has not been set.
static SortOrder SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.services.information.search with parameters of type SortOrder
static java.util.Comparator<PublicObjectInterface> SortOrder.getComparator(SortOrder[] order)
           
 void ResultDetails.setSortOrder(SortOrder[] order)
          Sets the SortOrder to apply to the search results.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.