Modifier and Type | Class and Description |
---|---|
class |
AdminPlugins |
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 |
CockpitPlugins |
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 | Class and Description |
---|---|
class |
TasklistPlugins |
Modifier and Type | Interface and Description |
---|---|
interface |
TasklistPlugin
SPI inteface for plugins to the tasklist webapplication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTasklistPlugin
Base class for implementing
TasklistPlugins . |
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 | Method and Description |
---|---|
protected <T extends AppPlugin> |
ProcessEnginesFilter.createPluginDependenciesStr(String appName) |
protected <T extends AppPlugin> |
ProcessEnginesFilter.createPluginPackagesStr(String appName,
String contextPath) |
protected <T extends AppPlugin> |
ProcessEnginesFilter.getPlugins(String appName) |
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. |
Modifier and Type | Class and Description |
---|---|
class |
WelcomePlugins |
Modifier and Type | Interface and Description |
---|---|
interface |
WelcomePlugin
SPI interface for plugins to the welcome webapplication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWelcomePlugin
Base class for implementing
WelcomePlugins . |
Copyright © 2022. All rights reserved.