Uses of Class
de.xima.fc.mdl.plugin.PluginGroupMeta
- 
Packages that use PluginGroupMeta Package Description de.xima.fc.mdl.plugin de.xima.fc.plugin de.xima.fc.proma.util  - 
- 
Uses of PluginGroupMeta in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginGroupMeta Modifier and Type Method Description PluginGroupMetaVersionedPluginGroupMeta. 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 PluginGroupMeta Modifier and Type Method Description static 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. - 
Uses of PluginGroupMeta in de.xima.fc.proma.util
Method parameters in de.xima.fc.proma.util with type arguments of type PluginGroupMeta Modifier and Type Method Description static <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. 
 -