Uses of Interface
se.conciliate.extensions.store.query.MTDocumentQuery
Packages that use MTDocumentQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTDocumentQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTDocumentQueryModifier and TypeMethodDescriptionMTQuery.documents()
Selects documents by their ID.Selects documents by executing a list.MTDocumentQuery.selectAll()
Selects all documents in the workspace.MTDocumentQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTDocumentQuery.selectByUUID
(List<String> uuids) Selects documents by their UUID.MTDocumentQuery.selectUnused()
Selects all documents that are not connected to any models or symbols.MTDocumentQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected documents.MTDocumentQuery.storeContexts
(MTQuery.ResultContext... contexts) MTDocumentQuery.withChangesSince
(Date date) Excludes documents that have not been modified since a given date.MTDocumentQuery.withCreators
(MTUserHeader... creators) Retains only documents with at least one of the given users set as creator of the model.MTDocumentQuery.withDocumentRoots
(boolean includeNoRoots, MTVariable... roots) Retains only documents that are using at least one of the given document roots.MTDocumentQuery.withGroups
(MTGroupHeader... groups) Retains only documents with at least one of the given groups set as group of the document.MTDocumentQuery.withLastModifiedBy
(MTUserHeader... modifiers) Retains only documents that was last modified by one of the given usersMTDocumentQuery.withOwners
(MTUserHeader... owners) Retains only documents with at least one of the given users set as owner of the model.MTDocumentQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.MTDocumentQuery.withTypes
(boolean includeNoDocumentTypes, MTDocumentTypeHeader... type) Exclude all documents that does not have one of the given types.