Uses of Class
de.xima.fc.mdl.plugin.VersionedPluginGroupMeta
-
Packages that use VersionedPluginGroupMeta Package Description de.xima.fc.plugin de.xima.fc.pluginstore -
-
Uses of VersionedPluginGroupMeta in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type VersionedPluginGroupMeta Modifier and Type Method Description static List<VersionedPluginGroupMeta>
PluginTransactions. readAllPluginMetaWithVersions(IEntityContext ec, WorkspaceScope scope)
Reads all plugins from a given scope, including the version for each plugin, and returns a map from the plugin group to the set of all versions for that plugin group.static List<VersionedPluginGroupMeta>
PluginTransactions. readAllPluginMetaWithVersions(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope)
Reads all plugins from a given scope, including the version for each plugin, and returns a map from the plugin group to the set of all versions for that plugin group.static List<VersionedPluginGroupMeta>
PluginTransactions. toVersionedPluginMetaGroupList(IEntityContext ec, Set<PluginGroupMeta> pluginGroupMetas)
Transforms the given set ofPluginGroupMeta
to a list ofVersionedPluginGroupMeta
. -
Uses of VersionedPluginGroupMeta in de.xima.fc.pluginstore
Method parameters in de.xima.fc.pluginstore with type arguments of type VersionedPluginGroupMeta Modifier and Type Method Description <R> StageChain<PluginStoreModel,R>
PluginStoreLoader. loadPublicItems(IPublicPromaInvocationContext pc, String productVersion, Locale locale, List<VersionedPluginGroupMeta> installedPlugins, Set<PluginID> overloadedPlugins, String licenseKey)
Loads all freely available plugins that are compatible with the given product version.
-