Uses of Class
com.emc.documentum.rest.sort.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in com.emc.documentum.rest.dfc
Method parameters in com.emc.documentum.rest.dfc with type arguments of type SortOrderModifier 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
Methods in com.emc.documentum.rest.dfc.query that return types with arguments of type SortOrderModifier 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 orderMethod parameters in com.emc.documentum.rest.dfc.query with type arguments of type SortOrderModifier 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
Methods in com.emc.documentum.rest.sort that return types with arguments of type SortOrder