Uses of Enum Class
com.sas.services.information.search.SortOrder
Packages that use SortOrder
Package
Description
Manages favorites folders and their contents.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
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 SortOrderModifier and TypeMethodDescriptionList<MetadataInterface> FavoritesContainer.getFavorites(SortOrder[] order) Deprecated.should not be used -
Uses of SortOrder in com.sas.services.information.metadata.favorites.impl
Methods in com.sas.services.information.metadata.favorites.impl with parameters of type SortOrderModifier and TypeMethodDescriptionList<MetadataInterface> AbstractFavoritesContainer.getFavorites(SortOrder[] order) -
Uses of SortOrder in com.sas.services.information.sasfolders
Fields in com.sas.services.information.sasfolders declared as SortOrderMethods in com.sas.services.information.sasfolders that return SortOrderModifier and TypeMethodDescriptionAbstractFolderModel2.getSortOrder()SASFoldersModelInterface.getSortOrder()Returns the specified SortOrder, or the default order if one has not been set.Methods in com.sas.services.information.sasfolders with parameters of type SortOrder -
Uses of SortOrder in com.sas.services.information.search
Fields in com.sas.services.information.search declared as SortOrderMethods in com.sas.services.information.search that return SortOrderModifier and TypeMethodDescriptionstatic SortOrder[]SortOrder.getDefaultOrder()ResultDetails.getSortOrder()Returns the specified SortOrder, or the default order if one has not been set.SearchCriteriaModel.getSortOrder()Method to retrieve the sort order for the search results from the search criteria.static SortOrderSortOrder.getSortOrder(String sortItem) static SortOrderSortOrder.valueOf(String name) Returns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.services.information.search with parameters of type SortOrderModifier and TypeMethodDescriptionstatic Comparator<PublicObjectInterface> SortOrder.getComparator(SortOrder[] order) voidResultDetails.setSortOrder(SortOrder[] order) Sets the SortOrder to apply to the search results. -
Uses of SortOrder in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl that return SortOrderMethods in com.sas.services.information.search.impl with parameters of type SortOrder