| Interface | Description |
|---|---|
| IPluginEvent |
CareWeb plugins may implement this interface to respond to container-based events.
|
| IPluginEventListener |
CareWeb plugins may implement this interface to respond to container-based events.
|
| IPluginResource |
Base interface for all plugin-associated resources.
|
| Class | Description |
|---|---|
| PluginContainer |
Container that manages CareWeb plugins
|
| PluginController |
Base controller for plugins.
|
| PluginDefinition |
Each instance of this class defines a complete definition of a CareWeb plugin.
|
| PluginDefinition.Authority |
Represents a security authority.
|
| PluginEvent |
Event for all plugin-related actions.
|
| PluginRegistry |
Registry of all known plugins.
|
| PluginResourceAction |
Resource for declaring actions supported by a plugin.
|
| PluginResourceBean |
Resource for declaring helper beans associated with the plugin.
|
| PluginResourceButton |
Resource for declaring buttons to appear on common toolbar.
|
| PluginResourceCommand |
Resource for declaring commands supported by a plugin.
|
| PluginResourceCSS |
Resource for declaring style sheets associated with the plugin.
|
| PluginResourceHelp |
Resource for declaring items to appear under the help menu.
|
| PluginResourceMenu |
Resource for declaring items to appear on the common menu.
|
| PluginResourcePropertyGroup |
Resource for declaring property groups associated with the plugin.
|
| PluginStatus |
Base class for defining logic that determines when a plugin should be enabled.
|
| PluginWakeOnMessage |
This can serve as a bean resource for a plugin to insure that a plugin is loaded when a specific
generic event is received.
|
| PluginXmlHandler |
This class registers the xml parser for the plugin namespace.
|
| PluginXmlParser |
Spring xml configuration file parser extension.
|
| Enum | Description |
|---|---|
| PluginEvent.PluginAction |
Actions that may be performed on the container.
|
| Exception | Description |
|---|---|
| PluginException |
Abstract superclass for all exceptions thrown due to a plugin-related error.
|
| PluginExecutionException |
Thrown when an exception occurs during the execution of a plugin
|
| PluginLifecycleEventException |
Represents a plugin lifecycle exception.
|
| PluginRegistrationException |
Represents an exception related to plugin registration.
|
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.