| Modifier and Type | Class and Description | 
|---|---|
| class  | AdminPlugins | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AdminPluginSPI inteface for plugins to the admin webapplication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAdminPluginBase class for implementing  AdminPlugins. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CockpitPlugins | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CockpitPluginThe service provider interface (SPI) that must be provided by
 a cockpit plugin. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCockpitPluginAn implementation of  CockpitPluginthat comes with reasonable defaults. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TasklistPlugins | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TasklistPluginSPI inteface for plugins to the tasklist webapplication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTasklistPluginBase 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  AppPluginRegistrythat loads Plugins
 via theServiceLoaderfacilities 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  | AbstractAppPluginAbstract implementation of the  AppPluginSPI. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WelcomePlugins | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WelcomePluginSPI interface for plugins to the welcome webapplication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractWelcomePluginBase class for implementing  WelcomePlugins. | 
Copyright © 2018. All rights reserved.