Package com.microstrategy.web.objects
Interface EnumWebWorkingSetSortByField
-
public interface EnumWebWorkingSetSortByField
This Enumeration specifies the sort by field when sorting the working set objects.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebWorkingSetSortByMax
static int
WebWorkingSetSortByName
Specifies to sort the working set by name.static int
WebWorkingSetSortByNone
Specifies to leave the working set unsorted.static int
WebWorkingSetSortByType
Specifies to sort the working set by type.static int
WebWorkingSetSortByTypeThenName
specifies to sort the working set by type first then by name.
-
-
-
Field Detail
-
WebWorkingSetSortByNone
static final int WebWorkingSetSortByNone
Specifies to leave the working set unsorted.- See Also:
- Constant Field Values
-
WebWorkingSetSortByType
static final int WebWorkingSetSortByType
Specifies to sort the working set by type.- See Also:
- Constant Field Values
-
WebWorkingSetSortByName
static final int WebWorkingSetSortByName
Specifies to sort the working set by name.- See Also:
- Constant Field Values
-
WebWorkingSetSortByTypeThenName
static final int WebWorkingSetSortByTypeThenName
specifies to sort the working set by type first then by name.- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebWorkingSetSortByMax
static final int WebWorkingSetSortByMax
- See Also:
- Constant Field Values
-
-