Package | Description |
---|---|
org.uberfire.ext.plugin.event | |
org.uberfire.ext.plugin.model | |
org.uberfire.ext.plugin.service | |
org.uberfire.ext.plugin.type |
Modifier and Type | Method and Description |
---|---|
PluginType |
PluginRenamed.getOldPluginType() |
PluginType |
PluginDeleted.getPluginType() |
PluginType |
PluginUnregistered.getType() |
PluginType |
NewPluginRegistered.getType() |
Constructor and Description |
---|
NewPluginRegistered(String name,
PluginType type) |
PluginUnregistered(String name,
PluginType type) |
Modifier and Type | Method and Description |
---|---|
PluginType |
Activity.getType() |
static PluginType |
PluginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
PluginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Activity(String name,
PluginType type) |
DynamicMenu(String name,
PluginType type,
Path path,
Collection<DynamicMenuItem> menuItems) |
LayoutEditorModel(String name,
PluginType type,
Path path,
String layoutEditorModel) |
Plugin(String name,
PluginType type,
Path path) |
PluginContent(String name,
PluginType type,
Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language,
Set<Media> mediaLibrary) |
PluginSimpleContent(String name,
PluginType type,
Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language) |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginServices.createNewPlugin(String name,
PluginType type) |
LayoutEditorModel |
PluginServices.getLayoutEditor(Path path,
PluginType pluginType) |
Collection<LayoutEditorModel> |
PluginServices.listLayoutEditor(PluginType pluginType) |
Modifier and Type | Method and Description |
---|---|
static PluginType |
TypeConverterUtil.fromPath(Path path) |
static PluginType |
TypeConverterUtil.fromResourceType(ResourceTypeDefinition resource) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.