Uses of Interface
se.conciliate.extensions.store.query.MTDocumentSourceQuery
Packages that use MTDocumentSourceQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTDocumentSourceQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTDocumentSourceQueryModifier and TypeMethodDescriptionMTQuery.documentSources()
MTDocumentSourceQuery.select
(List<Document.DocumentID> ids) Selects documents by their IDs.Selects MT documents by executing a list.MTDocumentSourceQuery.selectAll()
Selects all documents from all sourcesMTDocumentSourceQuery.selectByModels
(Collection<MTModelHeader> models) MTDocumentSourceQuery.selectByModels
(MTModelHeader... models) Selects documents that are used in given models.MTDocumentSourceQuery.selectByModelsAndSymbols
(Collection<MTModelHeader> models) MTDocumentSourceQuery.selectByModelsAndSymbols
(MTModelHeader... models) Selects documents that are used in given models and objects.MTDocumentSourceQuery.selectBySymbols
(Collection<MTSymbolHeader> symbols) MTDocumentSourceQuery.selectBySymbols
(MTSymbolHeader... symbols) Selects documents that are used in given objects.MTDocumentSourceQuery.selectUnused()
Selects documents from all sources that are not connected to models or objects in the repository.MTDocumentSourceQuery.sort
(MetaDataType sortBy, boolean ascending, MTLanguage language, Locale locale) Sorts the selected documents.MTDocumentSourceQuery.withFilter
(DocumentFilter filter) Selects documents matching a document filter.MTDocumentSourceQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.MTDocumentSourceQuery.withSources
(Collection<DocumentSource> sources) Selects documents from selected sources.