|
KIE Uberfire Runtime PlugIns API 6.2.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginType | |
|---|---|
| org.kie.uberfire.plugin.event | |
| org.kie.uberfire.plugin.model | |
| org.kie.uberfire.plugin.service | |
| org.kie.uberfire.plugin.type | |
| Uses of PluginType in org.kie.uberfire.plugin.event |
|---|
| Methods in org.kie.uberfire.plugin.event that return PluginType | |
|---|---|
PluginType |
BasePluginEvent.getType()
|
| Constructors in org.kie.uberfire.plugin.event with parameters of type PluginType | |
|---|---|
BasePluginEvent(String pluginName,
PluginType type,
org.uberfire.rpc.SessionInfo sessionInfo)
|
|
PluginDeleted(String pluginName,
PluginType type,
org.uberfire.rpc.SessionInfo sessionInfo)
|
|
PluginSaved(String pluginName,
PluginType type,
org.uberfire.rpc.SessionInfo sessionInfo)
|
|
| Uses of PluginType in org.kie.uberfire.plugin.model |
|---|
| Methods in org.kie.uberfire.plugin.model that return PluginType | |
|---|---|
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. |
| Constructors in org.kie.uberfire.plugin.model with parameters of type PluginType | |
|---|---|
Activity(String name,
PluginType type)
|
|
DynamicMenu(String name,
PluginType type,
org.uberfire.backend.vfs.Path path,
Collection<DynamicMenuItem> menuItems)
|
|
Plugin(String name,
PluginType type,
org.uberfire.backend.vfs.Path path)
|
|
PluginContent(String name,
PluginType type,
org.uberfire.backend.vfs.Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language,
Set<Media> mediaLibrary)
|
|
PluginSimpleContent(String name,
PluginType type,
org.uberfire.backend.vfs.Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language)
|
|
| Uses of PluginType in org.kie.uberfire.plugin.service |
|---|
| Methods in org.kie.uberfire.plugin.service with parameters of type PluginType | |
|---|---|
Plugin |
PluginServices.createNewPlugin(String name,
PluginType type)
|
| Uses of PluginType in org.kie.uberfire.plugin.type |
|---|
| Methods in org.kie.uberfire.plugin.type that return PluginType | |
|---|---|
static PluginType |
TypeConverterUtil.fromPath(org.uberfire.backend.vfs.Path path)
|
static PluginType |
TypeConverterUtil.fromResourceType(org.uberfire.workbench.type.ResourceTypeDefinition resource)
|
|
KIE Uberfire Runtime PlugIns API 6.2.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||