Uses of Interface
se.conciliate.extensions.store.query.MTListQuery
Packages that use MTListQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTListQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTListQueryModifier and TypeMethodDescriptionMTQuery.lists()
Selects lists by their ID.MTListQuery.selectAll()
Selects all lists in the repository.MTListQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTListQuery.selectByUUID
(List<String> uuids) Selects lists by their UUID.MTListQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected lists.MTListQuery.withChangesSince
(Date date) Excludes lists that have not been modified since a given date.MTListQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.