Uses of Interface
org.camunda.bpm.cockpit.plugin.spi.CockpitPlugin
-
Packages that use CockpitPlugin Package Description org.camunda.bpm.cockpit.impl.plugin org.camunda.bpm.cockpit.plugin org.camunda.bpm.cockpit.plugin.spi.impl -
-
Uses of CockpitPlugin in org.camunda.bpm.cockpit.impl.plugin
Classes in org.camunda.bpm.cockpit.impl.plugin that implement CockpitPlugin Modifier and Type Class Description class
CockpitPlugins
Methods in org.camunda.bpm.cockpit.impl.plugin that return CockpitPlugin Modifier and Type Method Description CockpitPlugin
DefaultPluginRegistry. getPlugin(String id)
Methods in org.camunda.bpm.cockpit.impl.plugin that return types with arguments of type CockpitPlugin Modifier and Type Method Description List<CockpitPlugin>
DefaultPluginRegistry. getPlugins()
Constructor parameters in org.camunda.bpm.cockpit.impl.plugin with type arguments of type CockpitPlugin Constructor Description DefaultPluginRegistry(AppPluginRegistry<CockpitPlugin> wrappedRegistry)
-
Uses of CockpitPlugin in org.camunda.bpm.cockpit.plugin
Methods in org.camunda.bpm.cockpit.plugin that return CockpitPlugin Modifier and Type Method Description CockpitPlugin
PluginRegistry. getPlugin(String id)
Deprecated.Returns the registered plugin with the given name ornull
if the plugin does not exist.Methods in org.camunda.bpm.cockpit.plugin that return types with arguments of type CockpitPlugin Modifier and Type Method Description List<CockpitPlugin>
PluginRegistry. getPlugins()
Deprecated.Returns all registered plugins -
Uses of CockpitPlugin in org.camunda.bpm.cockpit.plugin.spi.impl
Classes in org.camunda.bpm.cockpit.plugin.spi.impl that implement CockpitPlugin Modifier and Type Class Description class
AbstractCockpitPlugin
An implementation ofCockpitPlugin
that comes with reasonable defaults.
-