Uses of Class
de.xima.fc.mdl.plugin.PluginGroupMeta
Packages that use PluginGroupMeta
-
Uses of PluginGroupMeta in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginGroupMetaModifier and TypeMethodDescriptionVersionedPluginGroupMeta.toBaseMeta()
Converts this meta data to the base meta data without versions. -
Uses of PluginGroupMeta in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type PluginGroupMetaModifier and TypeMethodDescriptionstatic Set<PluginGroupMeta>
PluginTransactions.readAllPluginMeta
(IEntityContext ec, WorkspaceScope scope) Reads all plugins from the given scope, and returns the relevant meta data with the key and ID.static Set<PluginGroupMeta>
PluginTransactions.readAllPluginMeta
(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope) Reads all plugins from the given scope, and returns the relevant meta data with the key and ID.Method parameters in de.xima.fc.plugin with type arguments of type PluginGroupMetaModifier and TypeMethodDescriptionstatic List<VersionedPluginGroupMeta>
PluginTransactions.toVersionedPluginMetaGroupList
(IEntityContext ec, Set<PluginGroupMeta> pluginGroupMetas) Transforms the given set ofPluginGroupMeta
to a list ofVersionedPluginGroupMeta
. -
Uses of PluginGroupMeta in de.xima.fc.proma.util
Method parameters in de.xima.fc.proma.util with type arguments of type PluginGroupMetaModifier and TypeMethodDescriptionstatic <R> StageChain<PluginsUpdateStepResult,
R> PromaPluginUpdater.updateInstalledPlugins
(IPublicPromaInvocationContext pc, Locale locale, Set<WorkspaceScope> scopes, EPluginValidationFailureTreatment validationFailureTreatment, BiPredicate<WorkspaceScope, PluginGroupMeta> pluginFilter, String licenseKey) For each given scopes, update all plugins that are connected to a remote repository.