Uses of Class
org.exoplatform.documents.constant.DocumentSortField
-
Packages that use DocumentSortField Package Description org.exoplatform.documents.constant -
-
Uses of DocumentSortField in org.exoplatform.documents.constant
Methods in org.exoplatform.documents.constant that return DocumentSortField Modifier and Type Method Description static DocumentSortFieldDocumentSortField. getFromAlias(String alias)static DocumentSortFieldDocumentSortField. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSortField[]DocumentSortField. values()Returns an array containing the constants of this enum type, in the order they are declared.
-