Uses of Interface
se.conciliate.extensions.store.query.MTImageQuery
Packages that use MTImageQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTImageQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTImageQueryModifier and TypeMethodDescriptionMTQuery.images()
Selects images by their ID.MTImageQuery.selectAll()
Selects all images in the repository.MTImageQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTImageQuery.selectByUUID
(List<String> uuids) Selects images by their UUID.MTImageQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.