Uses of Interface
se.conciliate.extensions.store.query.MTPluginDataQuery
Packages that use MTPluginDataQuery
Package
Description
Provides a means to register providers for custom plug-in data
that can be connected to models, objects and documents.
Provides utility classes to perform queries against the current workspace.
-
Uses of MTPluginDataQuery in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin that return MTPluginDataQueryModifier and TypeMethodDescriptionMTDataPresenter.findContent
(MTRepository repository, MTWorkspace workspace) Returns a query listing the available content in a workspace. -
Uses of MTPluginDataQuery in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTPluginDataQueryModifier and TypeMethodDescriptionMTQuery.pluginData()
Selects plugin data by their ID.MTPluginDataQuery.selectAll()
Selects all plugin data in the workspace.MTPluginDataQuery.selectByUUID
(List<String> uuids) Selects plugin data by their UUID.MTPluginDataQuery.withDataKey
(String dataKey) Excludes plugin data that have a different data key than the given data key.MTPluginDataQuery.withProvider
(String providerUUID) Excludes plugin data that have a different provider than the given provider uuid.MTQuery.workspacePluginData()