Uses of Class
org.exoplatform.social.core.search.Sorting.OrderBy
-
Packages that use Sorting.OrderBy Package Description org.exoplatform.social.core.search -
-
Uses of Sorting.OrderBy in org.exoplatform.social.core.search
Fields in org.exoplatform.social.core.search declared as Sorting.OrderBy Modifier and Type Field Description Sorting.OrderBySorting. orderByMethods in org.exoplatform.social.core.search that return Sorting.OrderBy Modifier and Type Method Description static Sorting.OrderBySorting.OrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static Sorting.OrderBy[]Sorting.OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.search with parameters of type Sorting.OrderBy Constructor Description Sorting(Sorting.SortBy sortBy, Sorting.OrderBy orderBy)
-