Uses of Interface
se.conciliate.extensions.store.query.MTQuery
Packages that use MTQuery
Package
Description
Provides the means to register custom export services and/or
run the built-in export with a custom selection of content.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
Provides classes and interfaces used to show a user interface for
building queries.
Provides interfaces to select content of different types.
-
Uses of MTQuery in se.conciliate.extensions.exportservice
Methods in se.conciliate.extensions.exportservice that return types with arguments of type MTQueryMethods in se.conciliate.extensions.exportservice with parameters of type MTQueryModifier and TypeMethodDescriptionvoid
MTExportConfig.addContent
(Class type, MTQuery query) Add content to include in the export. -
Uses of MTQuery in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTQueryModifier and TypeMethodDescriptionMTWorkspaceHeader.createQuery()
Creates a query for selecting MT-objects.MTWorkspaceHeader.createQuery
(Element queryElement) Re-creates a query that has been serialized to XML. -
Uses of MTQuery in se.conciliate.extensions.store.query
Subinterfaces of MTQuery in se.conciliate.extensions.store.queryModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Implementations will not capture the semantics or structure of the plugin data.interface
interface
interface
interface
interface
interface
Methods in se.conciliate.extensions.store.query that return MTQueryModifier and TypeMethodDescriptionMTQuery.clear()
Clears any selected data and returns an "empty" query.MTNamedQuery.getQuery()
Returns the query.MTQueryActionProvider.Support.getQuery()
The query that was executed to obtain the result.MTSortableQuery.sort
(MTQuery.SortColumn sortColumn, boolean ascending, MTLanguage language, Locale locale) Sorts the selected entities.MTContextQuery.storeContexts
(MTQuery.ResultContext... contexts) Stores the selected contexts for the results of the query, for filtering and grouping of results.default MTQuery
MTContextQuery.storeContextsLockedRevisions
(boolean includeInitialRevisions, MTQuery.ResultContext... contexts) MTDateFilterQuery.withChangesSince
(Date date) Excludes entities that have not been modified since a given date.MTMissingTranslationsQuery.withMissingTranslations()
MTModelFilterQuery.withModelFilter
(List<MTNamedQuery> filter) Filters results based on a set of models obtained by executing one or more named queries with models as result.MTPatternQuery.withPattern
(String pattern, MTLanguage language, boolean exactMatch, boolean ignoreCase) Excludes results where the title does not containpattern
as a substring.MTSymbolFilterQuery.withSymbolFilter
(List<MTNamedQuery> filter) Filters results based on a set of symbols obtained by executing one or more named queries with symbols as result. -
Uses of MTQuery in se.conciliate.extensions.ui.querybuilder
Methods in se.conciliate.extensions.ui.querybuilder that return MTQueryMethods in se.conciliate.extensions.ui.querybuilder with parameters of type MTQuery -
Uses of MTQuery in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return MTQueryModifier and TypeMethodDescriptionContentFilter.filterContent()
Returns a filtered query that filters all available content.ContentFilter.filterContent
(MTQuery query) Returns a filtered query that filters an existing query.Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type MTQueryModifier and TypeMethodDescriptionContentSelectorFactory.createColorSchemeSelector
(boolean selectionMandatory) ContentSelectorFactory.createColorSchemeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDescriptionTypeSelector
(boolean selectionMandatory) ContentSelectorFactory.createDescriptionTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentSelector
(boolean selectionMandatory) ContentSelectorFactory.createDocumentSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentSourceSelector
(boolean selectionMandatory) ContentSelectorFactory.createDocumentSourceSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentTypeSelector
(boolean selectionMandatory) ContentSelectorFactory.createDocumentTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createLayerTypeSelector
(boolean selectionMandatory) ContentSelectorFactory.createLayerTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createListSelector
(boolean selectionMandatory) ContentSelectorFactory.createListSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory, boolean enabledLockedRevisions) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory, boolean enableLockedRevisions, MTQuery query) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createPluginDataSelector
(boolean selectionMandatory, PluginContent content) ContentSelectorFactory.createPluginDataSelector
(boolean selectionMandatory, PluginContent content, MTQuery query) ContentSelectorFactory.createPublishProfileSelector
(boolean selectionMandatory) ContentSelectorFactory.createPublishProfileSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createSymbolSelector
(boolean selectionMandatory) ContentSelectorFactory.createSymbolSelector
(boolean selectionMandatory, MTQuery query) Methods in se.conciliate.extensions.ui.selectors with parameters of type MTQueryModifier and TypeMethodDescriptionContentSelectorFactory.createColorSchemeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDescriptionTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentSourceSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createDocumentTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createLayerTypeSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createListSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory, boolean enableLockedRevisions, MTQuery query) ContentSelectorFactory.createModelSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createPluginDataSelector
(boolean selectionMandatory, PluginContent content, MTQuery query) ContentSelectorFactory.createPublishProfileSelector
(boolean selectionMandatory, MTQuery query) ContentSelectorFactory.createSymbolSelector
(boolean selectionMandatory, MTQuery query) ContentFilter.filterContent
(MTQuery query) Returns a filtered query that filters an existing query.