Package | Description |
---|---|
org.camunda.bpm.cockpit.impl.plugin | |
org.camunda.bpm.cockpit.impl.plugin.base | |
org.camunda.bpm.cockpit.plugin | |
org.camunda.bpm.cockpit.plugin.spi.impl |
Modifier and Type | Method and Description |
---|---|
CockpitPlugin |
DefaultPluginRegistry.getPlugin(String id) |
Modifier and Type | Method and Description |
---|---|
List<CockpitPlugin> |
DefaultPluginRegistry.getPlugins() |
Modifier and Type | Class and Description |
---|---|
class |
BasePlugin |
Modifier and Type | Method and Description |
---|---|
CockpitPlugin |
PluginRegistry.getPlugin(String id)
Returns the registered plugin with the given name or
null if the plugin does not exist. |
Modifier and Type | Method and Description |
---|---|
List<CockpitPlugin> |
PluginRegistry.getPlugins()
Returns all registered plugins
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCockpitPlugin
An implementation of
CockpitPlugin that comes with reasonable defaults. |
Copyright © 2015. All rights reserved.