Uses of Interface
se.conciliate.extensions.store.query.MutablePublishProfileQuery
Packages that use MutablePublishProfileQuery
Package
Description
Provides utility classes to perform queries against the current workspace.
-
Uses of MutablePublishProfileQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MutablePublishProfileQueryModifier and TypeMethodDescriptionMTQuery.publishProfiles()
Selects publish profiles by their ID.MutablePublishProfileQuery.selectAll()
Selects all publish profiles in the repository.MutablePublishProfileQuery.selectByTitles
(List<String> titles) Selects publish profiles by their titles.MutablePublishProfileQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.