Package com.microstrategy.web.objects
Interface EnumWebObjectSort
-
public interface EnumWebObjectSort
This Enumeration specifies different options for sorting aWebFolder
. The enumeration can be used to obtain a comparator usingWebTools.getObjectComparator(int, boolean)
for rendering objects of a folder using a particular sort order.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebObjectSortModificationTime
sort by object modification timestatic int
WebObjectSortNoSort
No Sortstatic int
WebObjectSortObjectDescription
Sort by object description.static int
WebObjectSortObjectName
Sort by object name.static int
WebObjectSortObjectNameFoldersFirst
Sort by object name with the folders appearing above all other objects in ascending.static int
WebObjectSortObjectOwner
Sort by object owner (name).static int
WebObjectSortObjectType
Sort by object type.static int
WebObjectSortObjectTypeDisplayOrder
Sorts by object type using the display order.static int
WebObjectSortReserved
Reserved.
-
-
-
Field Detail
-
WebObjectSortReserved
static final int WebObjectSortReserved
Reserved.- See Also:
- Constant Field Values
-
WebObjectSortObjectType
static final int WebObjectSortObjectType
Sort by object type.- See Also:
- Constant Field Values
-
WebObjectSortObjectName
static final int WebObjectSortObjectName
Sort by object name.- See Also:
- Constant Field Values
-
WebObjectSortObjectDescription
static final int WebObjectSortObjectDescription
Sort by object description.- See Also:
- Constant Field Values
-
WebObjectSortObjectOwner
static final int WebObjectSortObjectOwner
Sort by object owner (name).- See Also:
- Constant Field Values
-
WebObjectSortObjectTypeDisplayOrder
static final int WebObjectSortObjectTypeDisplayOrder
Sorts by object type using the display order. The display order (in ascending) isEnumDSSXMLObjectTypes.DssXmlTypeFolder
followed byEnumDSSXMLObjectTypes.DssXmlTypeReportDefinition
followed byEnumDSSXMLObjectTypes.DssXmlTypeDocumentDefinition
followed byEnumDSSXMLObjectTypes.DssXmlTypeFilter
followed byEnumDSSXMLObjectTypes.DssXmlTypeTemplate
followed by other object types using the ordering of their respective values in the enumerationEnumDSSXMLObjectTypes
- See Also:
- Constant Field Values
-
WebObjectSortObjectNameFoldersFirst
static final int WebObjectSortObjectNameFoldersFirst
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.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebObjectSortModificationTime
static final int WebObjectSortModificationTime
sort by object modification time- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebObjectSortNoSort
static final int WebObjectSortNoSort
No Sort- See Also:
- Constant Field Values
-
-