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 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