Package com.microstrategy.web.objects
Interface EnumWebWorkingSetSortByField
-
public interface EnumWebWorkingSetSortByFieldThis 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 intWebWorkingSetSortByMaxstatic intWebWorkingSetSortByNameSpecifies to sort the working set by name.static intWebWorkingSetSortByNoneSpecifies to leave the working set unsorted.static intWebWorkingSetSortByTypeSpecifies to sort the working set by type.static intWebWorkingSetSortByTypeThenNamespecifies 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
-
-