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