Uses of Class
org.uberfire.ext.plugin.model.Plugin
-
Packages that use Plugin Package Description org.uberfire.ext.plugin.event org.uberfire.ext.plugin.model org.uberfire.ext.plugin.service -
-
Uses of Plugin in org.uberfire.ext.plugin.event
Methods in org.uberfire.ext.plugin.event that return Plugin Modifier and Type Method Description PluginBasePluginEvent. getPlugin()Constructors in org.uberfire.ext.plugin.event with parameters of type Plugin Constructor Description BasePluginEvent(Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo)PluginAdded(Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo)PluginDeleted(Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo)PluginRenamed(String oldPluginName, Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo)PluginSaved(Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo) -
Uses of Plugin in org.uberfire.ext.plugin.model
Subclasses of Plugin in org.uberfire.ext.plugin.model Modifier and Type Class Description classDynamicMenuclassLayoutEditorModelclassPluginContentclassPluginSimpleContent -
Uses of Plugin in org.uberfire.ext.plugin.service
Methods in org.uberfire.ext.plugin.service that return Plugin Modifier and Type Method Description PluginPluginServices. createNewPlugin(String name, PluginType type)Methods in org.uberfire.ext.plugin.service that return types with arguments of type Plugin Modifier and Type Method Description Collection<Plugin>PluginServices. listPlugins()Collection<Plugin>PluginServices. listPlugins(PluginType type)Methods in org.uberfire.ext.plugin.service with parameters of type Plugin Modifier and Type Method Description org.uberfire.backend.vfs.PathPluginServices. save(Plugin plugin, String commitMessage)
-