-
-
Method Summary
Selects publish profiles by their ID.
Selects all publish profiles in the repository.
Selects publish profiles by their titles.
Excludes results where the title does not contain pattern
as a substring.
Methods inherited from interface se.conciliate.extensions.store.query.MTQuery
attributeTypes, clear, colorSchemes, documents, documentSources, documentTypes, entityProperties, execute, getResultTypes, getState, images, layerTypes, lists, models, pluginData, publishProfiles, serialize, subscribers, symbols, timestamps, users, variables, workspacePluginData
-
Method Details
-
selectAll
Selects all publish profiles in the repository.
-
select
Selects publish profiles by their ID.
- Parameters:
ids
- The ID:s of the publish profiles to select.
-
selectByTitles
Selects publish profiles by their titles.
- Parameters:
titles
- The titles of the publish profiles to select.
-
withPattern
Excludes results where the title does not contain pattern
as a substring.
- Specified by:
withPattern
in interface MTPatternQuery
- Parameters:
pattern
- The pattern to search for.
language
- The language of the title to find the pattern in.
exactMatch
- Require the pattern to match the title exactly rather
than containing the pattern.
ignoreCase
- Ignores case. This makes "exact match" check lowercase
strings for equality and "contains match" check lowercase for contains.