Uses of Enum Class
se.conciliate.extensions.store.query.MTQuery.SortColumn
Packages that use MTQuery.SortColumn
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTQuery.SortColumn in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTQuery.SortColumnModifier and TypeMethodDescriptionMTQuery.State.getSortColumn()
static MTQuery.SortColumn
Returns the enum constant of this class with the specified name.static MTQuery.SortColumn[]
MTQuery.SortColumn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.store.query with parameters of type MTQuery.SortColumnModifier and TypeMethodDescriptionMTAttributeTypeQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected attribute types.MTDocumentQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected documents.MTDocumentTypeQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected document types.MTEntityPropertyQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected variables.MTLayerTypeQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected layer types.MTListQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected lists.MTModelQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected models.MTSortableQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected entities.MTSymbolQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected symbols.MTVariableQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected variables.