Uses of Interface
se.conciliate.extensions.store.query.MTVariableQuery
Packages that use MTVariableQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MTVariableQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTVariableQueryModifier and TypeMethodDescriptionSelects variables by their ID.MTVariableQuery.selectAll()
Selects all variables in the repository.MTVariableQuery.selectByKeys
(List<String> keys) Selects variables by their keys.MTVariableQuery.selectByNamedQuery
(MTNamedQuery namedQuery) Selects from a named query.MTVariableQuery.selectByTypes
(List<String> types) Selects variables by their types.MTVariableQuery.selectUnusedDocumentRoots()
Select variables of type "mtDocumentRoot" that are not used for any documents in the repository.MTVariableQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected variables.MTQuery.variables()
MTVariableQuery.withChangesSince
(Date date) Excludes variables that have not been modified since a given date.MTVariableQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.