Interface MTSortableQuery

All Known Subinterfaces:
MTAttributeTypeQuery, MTDocumentQuery, MTDocumentTypeQuery, MTEntityPropertyQuery, MTLayerTypeQuery, MTListQuery, MTModelQuery, MTSubscriberQuery, MTSymbolQuery, MTUserQuery, MTVariableQuery

public interface MTSortableQuery
  • Method Summary

    Modifier and Type
    Method
    Description
    sort(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale)
    Sorts the selected entities.
  • Method Details

    • sort

      MTQuery sort(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale)
      Sorts the selected entities.
      Parameters:
      sortColumn - The column to sort by
      ascending - true for ascending order, false for descending
      language - The language to sort by
      locale - the locale to use when sorting