Uses of Interface
org.camunda.bpm.webapp.plugin.spi.AppPlugin
Package
Description
-
Uses of AppPlugin in org.camunda.bpm.admin.impl.plugin
-
Uses of AppPlugin in org.camunda.bpm.admin.plugin.spi
Modifier and TypeInterfaceDescriptioninterface
SPI inteface for plugins to the admin webapplication. -
Uses of AppPlugin in org.camunda.bpm.admin.plugin.spi.impl
-
Uses of AppPlugin in org.camunda.bpm.cockpit.impl.plugin
-
Uses of AppPlugin in org.camunda.bpm.cockpit.plugin.spi
Modifier and TypeInterfaceDescriptioninterface
The service provider interface (SPI) that must be provided by a cockpit plugin. -
Uses of AppPlugin in org.camunda.bpm.cockpit.plugin.spi.impl
Modifier and TypeClassDescriptionclass
An implementation ofCockpitPlugin
that comes with reasonable defaults. -
Uses of AppPlugin in org.camunda.bpm.run.plugins
-
Uses of AppPlugin in org.camunda.bpm.tasklist.impl.plugin
-
Uses of AppPlugin in org.camunda.bpm.tasklist.plugin.spi
Modifier and TypeInterfaceDescriptioninterface
SPI inteface for plugins to the tasklist webapplication. -
Uses of AppPlugin in org.camunda.bpm.tasklist.plugin.spi.impl
-
Uses of AppPlugin in org.camunda.bpm.webapp
Modifier and TypeInterfaceDescriptioninterface
AppRuntimeDelegate<T extends AppPlugin>
The list of services provided by a camunda webapplication, providing a plugin registry and access to the process engine. -
Uses of AppPlugin in org.camunda.bpm.webapp.impl
-
Uses of AppPlugin in org.camunda.bpm.webapp.impl.engine
Modifier and TypeMethodDescriptionprotected <T extends AppPlugin>
CharSequenceProcessEnginesFilter.createPluginDependenciesStr
(String appName) protected <T extends AppPlugin>
CharSequenceProcessEnginesFilter.createPluginPackagesStr
(String appName, String applicationPath, String contextPath) ProcessEnginesFilter.getPlugins
(String appName) -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin
Modifier and TypeInterfaceDescriptioninterface
AppPluginRegistry<T extends AppPlugin>
The holder of registeredAppPlugins
. -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin.impl
Modifier and TypeClassDescriptionclass
DefaultAppPluginRegistry<T extends AppPlugin>
Default implementation ofAppPluginRegistry
that loads Plugins via theServiceLoader
facilities provided by the Java SE platform. -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin.resource
Modifier and TypeClassDescriptionclass
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 TypeMethodDescriptionprotected 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 -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin.spi.impl
-
Uses of AppPlugin in org.camunda.bpm.welcome.impl.plugin
-
Uses of AppPlugin in org.camunda.bpm.welcome.plugin.spi
Modifier and TypeInterfaceDescriptioninterface
SPI interface for plugins to the welcome webapplication. -
Uses of AppPlugin in org.camunda.bpm.welcome.plugin.spi.impl