Modifier and Type | Interface and Description |
---|---|
interface |
AdminPlugin
SPI inteface for plugins to the admin webapplication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminPlugin
Base class for implementing
AdminPlugins . |
Modifier and Type | Class and Description |
---|---|
class |
BasePlugin |
Modifier and Type | Class and Description |
---|---|
class |
JobDefinitionPlugin |
Modifier and Type | Interface and Description |
---|---|
interface |
CockpitPlugin
The service provider interface (SPI) that must be provided by
a cockpit plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCockpitPlugin
An implementation of
CockpitPlugin that comes with reasonable defaults. |
Modifier and Type | Interface and Description |
---|---|
interface |
AppRuntimeDelegate<T extends AppPlugin>
The list of services provided by a camunda webapplication, providing
a plugin registry and access to the process engine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAppRuntimeDelegate<T extends AppPlugin> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientPluginsFilter<T extends AppPlugin>
A filter that injects the environment variables
PLUGIN_DEPENDENCIES
and PLUGIN_PACKAGES in the correct places of the cockpit client
application. |
Modifier and Type | Interface and Description |
---|---|
interface |
AppPluginRegistry<T extends AppPlugin>
The holder of registered
AppPlugins . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppPluginRegistry<T extends AppPlugin>
Default implementation of
AppPluginRegistry that loads Plugins
via the ServiceLoader facilities provided by the Java SE platform. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAppPluginResource<T extends AppPlugin>
A abstract plugin resource class that may be used to implement
REST resources which are added to the REST application of the app.
|
class |
AbstractAppPluginRootResource<T extends AppPlugin>
A resource class that provides a plugins restful API.
|
Modifier and Type | Method and Description |
---|---|
protected InputStream |
AbstractAppPluginRootResource.getClasspathResourceAsStream(AppPlugin plugin,
String assetDirectory,
String fileName) |
protected InputStream |
AbstractAppPluginRootResource.getPluginAssetAsStream(AppPlugin plugin,
String fileName)
Returns an input stream for a given resource
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAppPlugin
Abstract implementation of the
AppPlugin SPI. |
Copyright © 2015. All rights reserved.