com.microstrategy.web.objects.EnumWebObjectSort |
This Enumeration specifies different options for sorting a WebFolder
. The
enumeration can be used to obtain a comparator using getObjectComparator(int, boolean)
for
rendering objects of a folder using a particular sort order.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebObjectSortModificationTime | sort by object modification time | |||||||||
int | WebObjectSortNoSort | No Sort | |||||||||
int | WebObjectSortObjectDescription | Sort by object description. | |||||||||
int | WebObjectSortObjectName | Sort by object name. | |||||||||
int | WebObjectSortObjectNameFoldersFirst | Sort by object name with the folders appearing above all other objects in ascending. | |||||||||
int | WebObjectSortObjectOwner | Sort by object owner (name). | |||||||||
int | WebObjectSortObjectType | Sort by object type. | |||||||||
int | WebObjectSortObjectTypeDisplayOrder | Sorts by object type using the display order. | |||||||||
int | WebObjectSortReserved | Reserved. |
sort by object modification time
No Sort
Sort by object description.
Sort by object name.
Sort by object name with the folders appearing above all other objects in ascending. All other objects are sorted in their alphabetical order below the folders in ascending.
Sort by object owner (name).
Sort by object type.
Sorts by object type using the display order. The display order (in ascending) is
DssXmlTypeFolder
followed by
DssXmlTypeReportDefinition
followed by
DssXmlTypeDocumentDefinition
followed by
DssXmlTypeFilter
followed by
DssXmlTypeTemplate
followed by
other object types using the ordering of their respective values in
the enumeration EnumDSSXMLObjectTypes
Reserved.