Uses of Interface
org.camunda.bpm.webapp.plugin.spi.AppPlugin
-
-
Uses of AppPlugin in org.camunda.bpm.admin.impl.plugin
Classes in org.camunda.bpm.admin.impl.plugin that implement AppPlugin Modifier and Type Class Description class
AdminPlugins
-
Uses of AppPlugin in org.camunda.bpm.admin.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.admin.plugin.spi Modifier and Type Interface Description interface
AdminPlugin
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 Modifier and Type Class Description class
AbstractAdminPlugin
Base class for implementingAdminPlugins
. -
Uses of AppPlugin in org.camunda.bpm.cockpit.impl.plugin
Classes in org.camunda.bpm.cockpit.impl.plugin that implement AppPlugin Modifier and Type Class Description class
CockpitPlugins
-
Uses of AppPlugin in org.camunda.bpm.cockpit.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.cockpit.plugin.spi Modifier and Type Interface Description interface
CockpitPlugin
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 AppPlugin Modifier and Type Class Description class
AbstractCockpitPlugin
An implementation ofCockpitPlugin
that comes with reasonable defaults. -
Uses of AppPlugin in org.camunda.bpm.tasklist.impl.plugin
Classes in org.camunda.bpm.tasklist.impl.plugin that implement AppPlugin Modifier and Type Class Description class
TasklistPlugins
-
Uses of AppPlugin in org.camunda.bpm.tasklist.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.tasklist.plugin.spi Modifier and Type Interface Description interface
TasklistPlugin
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 Modifier and Type Class Description class
AbstractTasklistPlugin
Base class for implementingTasklistPlugins
. -
Uses of AppPlugin in org.camunda.bpm.webapp
Classes in org.camunda.bpm.webapp with type parameters of type AppPlugin Modifier and Type Interface 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. -
Uses of AppPlugin in org.camunda.bpm.webapp.impl
Classes in org.camunda.bpm.webapp.impl with type parameters of type AppPlugin Modifier and Type Class Description class
AbstractAppRuntimeDelegate<T extends AppPlugin>
-
Uses of AppPlugin in org.camunda.bpm.webapp.impl.engine
Methods in org.camunda.bpm.webapp.impl.engine with type parameters of type AppPlugin Modifier and Type Method Description protected <T extends AppPlugin>
CharSequenceProcessEnginesFilter. createPluginDependenciesStr(String appName)
protected <T extends AppPlugin>
CharSequenceProcessEnginesFilter. createPluginPackagesStr(String appName, String applicationPath, String contextPath)
protected <T extends AppPlugin>
List<T>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 AppPlugin Modifier and Type Interface Description interface
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 AppPlugin Modifier and Type Class Description class
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 AppPlugin Modifier and Type Class 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.Methods in org.camunda.bpm.webapp.plugin.resource with parameters of type AppPlugin Modifier and Type Method 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 -
Uses of AppPlugin in org.camunda.bpm.webapp.plugin.spi.impl
Classes in org.camunda.bpm.webapp.plugin.spi.impl that implement AppPlugin Modifier and Type Class Description class
AbstractAppPlugin
Abstract implementation of theAppPlugin
SPI. -
Uses of AppPlugin in org.camunda.bpm.welcome.impl.plugin
Classes in org.camunda.bpm.welcome.impl.plugin that implement AppPlugin Modifier and Type Class Description class
WelcomePlugins
-
Uses of AppPlugin in org.camunda.bpm.welcome.plugin.spi
Subinterfaces of AppPlugin in org.camunda.bpm.welcome.plugin.spi Modifier and Type Interface Description interface
WelcomePlugin
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 Modifier and Type Class Description class
AbstractWelcomePlugin
Base class for implementingWelcomePlugins
.
-