Uses of Interface
se.conciliate.extensions.store.query.MTEntityPropertyQuery
Packages that use MTEntityPropertyQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTEntityPropertyQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTEntityPropertyQueryModifier and TypeMethodDescriptionMTQuery.entityProperties()
MTEntityPropertyQuery.selectAll()
Selects all properties in the repository.MTEntityPropertyQuery.selectByUUID
(List<String> uuids) Selects properties by their UUID.MTEntityPropertyQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected variables.MTEntityPropertyQuery.withModelFilter
(List<MTNamedQuery> filter) Retains only properties from entities in selected models.MTEntityPropertyQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.MTEntityPropertyQuery.withSymbolFilter
(List<MTNamedQuery> filter) Retains only properties on selected entities.