Package com.microstrategy.web.objects
Interface EnumWebObjectSort
-
public interface EnumWebObjectSortThis 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 intWebObjectSortModificationTimesort by object modification timestatic intWebObjectSortNoSortNo Sortstatic intWebObjectSortObjectDescriptionSort by object description.static intWebObjectSortObjectNameSort by object name.static intWebObjectSortObjectNameFoldersFirstSort by object name with the folders appearing above all other objects in ascending.static intWebObjectSortObjectOwnerSort by object owner (name).static intWebObjectSortObjectTypeSort by object type.static intWebObjectSortObjectTypeDisplayOrderSorts by object type using the display order.static intWebObjectSortReservedReserved.
-
-
-
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.DssXmlTypeFolderfollowed byEnumDSSXMLObjectTypes.DssXmlTypeReportDefinitionfollowed byEnumDSSXMLObjectTypes.DssXmlTypeDocumentDefinitionfollowed byEnumDSSXMLObjectTypes.DssXmlTypeFilterfollowed byEnumDSSXMLObjectTypes.DssXmlTypeTemplatefollowed 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
-
-