Interface MTSortableQuery
- All Known Subinterfaces:
MTAttributeTypeQuery
,MTDocumentQuery
,MTDocumentTypeQuery
,MTEntityPropertyQuery
,MTLayerTypeQuery
,MTListQuery
,MTModelQuery
,MTSubscriberQuery
,MTSymbolQuery
,MTUserQuery
,MTVariableQuery
public interface MTSortableQuery
-
Method Summary
Modifier and TypeMethodDescriptionsort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected entities.
-
Method Details
-
sort
Sorts the selected entities.- Parameters:
sortColumn
- The column to sort byascending
- true for ascending order, false for descendinglanguage
- The language to sort bylocale
- the locale to use when sorting
-