Uses of Interface
org.camunda.bpm.webapp.plugin.spi.AppPlugin
Packages that use AppPlugin
Package
Description
-
Uses of AppPlugin in org.camunda.bpm.admin.impl.plugin
Classes in org.camunda.bpm.admin.impl.plugin that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.admin.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.admin.plugin.spiModifier and TypeInterfaceDescriptioninterface
SPI inteface for plugins to the admin webapplication. -
Uses of AppPlugin in org.camunda.bpm.admin.plugin.spi.impl
Classes in org.camunda.bpm.admin.plugin.spi.impl that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.cockpit.impl.plugin
Classes in org.camunda.bpm.cockpit.impl.plugin that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.cockpit.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.cockpit.plugin.spiModifier 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
Classes in org.camunda.bpm.cockpit.plugin.spi.impl that implement AppPluginModifier and TypeClassDescriptionclass
An implementation ofCockpitPlugin
that comes with reasonable defaults. -
Uses of AppPlugin in org.camunda.bpm.run.plugins
Classes in org.camunda.bpm.run.plugins that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.admin
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.admin that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.cockpit
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.cockpit that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.tasklist
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.tasklist that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.welcome
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.welcome that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.tasklist.impl.plugin
Classes in org.camunda.bpm.tasklist.impl.plugin that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.tasklist.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.tasklist.plugin.spiModifier and TypeInterfaceDescriptioninterface
SPI inteface for plugins to the tasklist webapplication. -
Uses of AppPlugin in org.camunda.bpm.tasklist.plugin.spi.impl
Classes in org.camunda.bpm.tasklist.plugin.spi.impl that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.webapp
Classes in org.camunda.bpm.webapp with type parameters of type AppPluginModifier 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
Classes in org.camunda.bpm.webapp.impl with type parameters of type AppPlugin -
Uses of AppPlugin in org.camunda.bpm.webapp.impl.engine
Methods in org.camunda.bpm.webapp.impl.engine with type parameters of type AppPluginModifier 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
Classes in org.camunda.bpm.webapp.plugin with type parameters of type AppPluginModifier and TypeInterfaceDescriptioninterface
AppPluginRegistry<T extends AppPlugin>
The holder of registeredAppPlugins
. -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin.impl
Classes in org.camunda.bpm.webapp.plugin.impl with type parameters of type AppPluginModifier 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
Classes in org.camunda.bpm.webapp.plugin.resource with type parameters of type AppPluginModifier 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.Methods in org.camunda.bpm.webapp.plugin.resource with parameters of type AppPluginModifier 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
Classes in org.camunda.bpm.webapp.plugin.spi.impl that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.welcome.impl.plugin
Classes in org.camunda.bpm.welcome.impl.plugin that implement AppPlugin -
Uses of AppPlugin in org.camunda.bpm.welcome.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.welcome.plugin.spiModifier and TypeInterfaceDescriptioninterface
SPI interface for plugins to the welcome webapplication. -
Uses of AppPlugin in org.camunda.bpm.welcome.plugin.spi.impl
Classes in org.camunda.bpm.welcome.plugin.spi.impl that implement AppPlugin