public interface PluginServices extends SupportsDelete, SupportsCopy, SupportsRename
| Modifier and Type | Method and Description |
|---|---|
Plugin |
createNewPlugin(String name,
PluginType type) |
void |
deleteMedia(Media media) |
DynamicMenu |
getDynamicMenuContent(org.uberfire.backend.vfs.Path path) |
LayoutEditorModel |
getLayoutEditor(org.uberfire.backend.vfs.Path path,
PluginType pluginType) |
String |
getMediaServletURI() |
PluginContent |
getPluginContent(org.uberfire.backend.vfs.Path path) |
Collection<DynamicMenu> |
listDynamicMenus() |
Collection<LayoutEditorModel> |
listLayoutEditor(PluginType pluginType) |
Collection<Plugin> |
listPlugins() |
Collection<RuntimePlugin> |
listRuntimePlugins() |
org.uberfire.backend.vfs.Path |
save(PluginSimpleContent plugin,
String commitMessage) |
org.uberfire.backend.vfs.Path |
saveLayout(LayoutEditorModel layoutContent,
String commitMessage) |
org.uberfire.backend.vfs.Path |
saveMenu(DynamicMenu menu,
String commitMessage) |
deletecopyrenameString getMediaServletURI()
Collection<RuntimePlugin> listRuntimePlugins()
Collection<Plugin> listPlugins()
Plugin createNewPlugin(String name, PluginType type)
PluginContent getPluginContent(org.uberfire.backend.vfs.Path path)
void deleteMedia(Media media)
DynamicMenu getDynamicMenuContent(org.uberfire.backend.vfs.Path path)
org.uberfire.backend.vfs.Path save(PluginSimpleContent plugin, String commitMessage)
LayoutEditorModel getLayoutEditor(org.uberfire.backend.vfs.Path path, PluginType pluginType)
org.uberfire.backend.vfs.Path saveMenu(DynamicMenu menu, String commitMessage)
org.uberfire.backend.vfs.Path saveLayout(LayoutEditorModel layoutContent, String commitMessage)
Collection<DynamicMenu> listDynamicMenus()
Collection<LayoutEditorModel> listLayoutEditor(PluginType pluginType)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.