Uses of Interface
se.conciliate.extensions.store.query.MTSymbolQuery
Packages that use MTSymbolQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTSymbolQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTSymbolQueryModifier and TypeMethodDescriptionMTSymbolQuery.inLockedModels
(boolean includeInitialRevisions) Selects only symbols in locked revisions of models.Selects symbols by their ID.Selects symbols by executing a list.MTSymbolQuery.selectAll()
Selects all symbols in the workspace.MTSymbolQuery.selectByModels
(MTModelHeader... models) Selects symbols that are used in given models.MTSymbolQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTSymbolQuery.selectByUUID
(List<String> uuids) Selects symbols by their UUID.MTSymbolQuery.selectUnused()
Selects all symbols that are not used in any models.MTSymbolQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected symbols.MTSymbolQuery.storeContexts
(MTQuery.ResultContext... contexts) MTQuery.symbols()
MTSymbolQuery.withAttributeDataTypes
(List<String> attributeDataTypeID) Retains only symbols connected to attribute types with the given data type.MTSymbolQuery.withAttributeTypeUUIDs
(List<String> selectedUUIDs) Retains only symbols connected to any of the attribute types in the list.MTSymbolQuery.withAttributeValues
(MTAttributeFilter filter) Retains only symbols with selected attribute values.MTSymbolQuery.withChangesSince
(Date date) Excludes symbols that have not been modified since a given date.MTSymbolQuery.withCreators
(MTUserHeader... creators) Retains only symbols with at least one of the given users set as creator of the model.MTSymbolQuery.withCurrentRevisions()
MTSymbolQuery.withDocuments
(Document.DocumentID... documents) Retains only symbols with at least one of the given documents connected to it.MTSymbolQuery.withGroups
(MTGroupHeader... groups) Retains only symbols with at least one of the given groups set as group of the symbol.MTSymbolQuery.withLastModifiedBy
(MTUserHeader... modifiers) Retains only symbols that was last modified by one of the given usersMTSymbolQuery.withLockedRevisions
(boolean includeInitialRevisions) Retains only locked revisions of symbols.MTSymbolQuery.withoutHomeModel()
Retains only symbols that are missing home models.MTSymbolQuery.withOwners
(MTUserHeader... owners) Retains only symbosl with at least one of the given users set as owner of the model.MTSymbolQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.MTSymbolQuery.withTypes
(SymbolType... type) Exclude all symbols that does not have one of the given types.