Interface MonitorSort


  • public interface MonitorSort
    The interface MonitorSort represents a list of sorting criteria that will be used to sort the results of a data retrieval call on the MonitorSource.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • get

        MonitorSortCondition get​(int i)
        Returns the MonitorSortCondition object at the specified position.
        Parameters:
        i - the position of a MonitorSortCondition object.
        Returns:
        the MonitorSortCondition object at the specified position.
      • remove

        void remove​(MonitorSortCondition sc)
        Removes the specified MonitorSortCondition object from the collection.
        Parameters:
        sc - a MonitorSortCondition object.
      • remove

        void remove​(int i)
        Removes the item at the specified 0-based position.
        Parameters:
        i - the index of a MonitorSortCondition.
      • size

        int size()
        Returns the size of the collection.
        Returns:
        the size of the collection.
      • clear

        void clear()
        Clears the collection.