Uses of Class
com.emc.documentum.rest.sort.SortOrder
Package
Description
-
Uses of SortOrder in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescriptionFolderLinksManager.getChildLinks
(String folderId, boolean includeAllVersions, String filterQualification, List<SortOrder> sorts, int page, int itemsPerPage, boolean includeTotal) Retrieve a paginated list of child links for a given folder -
Uses of SortOrder in com.emc.documentum.rest.dfc.query
Modifier and TypeMethodDescriptionPagedQueryTemplate.defaultSorts()
Declare the default sort specification for this query It will only be used when client do NOT specify a sort specificationGenericQueryTemplate.sort()
get the sort definition list, used as orderModifier and TypeMethodDescriptionBuildORDER BY
statementSet the order specs for the collection result.DQLBuilder.returnRange
(int start, int end, List<SortOrder> sorts) BuildRETURN_RANGE
statement -
Uses of SortOrder in com.emc.documentum.rest.sort