Uses of Class
org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins
Packages that use BpmPlatformPlugins
Package
Description
-
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service declared as BpmPlatformPluginsFields in org.camunda.bpm.container.impl.jboss.service with type parameters of type BpmPlatformPluginsModifier and TypeFieldDescriptionprotected final Supplier<BpmPlatformPlugins>
ProcessApplicationStartService.platformPluginsSupplier
protected final Supplier<BpmPlatformPlugins>
ProcessApplicationStopService.platformPluginsSupplier
protected final Consumer<BpmPlatformPlugins>
MscBpmPlatformPlugins.provider
Methods in org.camunda.bpm.container.impl.jboss.service that return BpmPlatformPluginsMethods in org.camunda.bpm.container.impl.jboss.service with parameters of type BpmPlatformPluginsModifier and TypeMethodDescriptionprotected void
ProcessApplicationStartService.notifyBpmPlatformPlugins
(BpmPlatformPlugins value, ProcessApplicationInterface processApplication) Constructors in org.camunda.bpm.container.impl.jboss.service with parameters of type BpmPlatformPluginsModifierConstructorDescriptionMscBpmPlatformPlugins
(BpmPlatformPlugins plugins, Consumer<BpmPlatformPlugins> provider) Constructor parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type BpmPlatformPluginsModifierConstructorDescriptionMscBpmPlatformPlugins
(BpmPlatformPlugins plugins, Consumer<BpmPlatformPlugins> provider) -
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.jmx.services
Fields in org.camunda.bpm.container.impl.jmx.services declared as BpmPlatformPluginsModifier and TypeFieldDescriptionprotected BpmPlatformPlugins
JmxManagedBpmPlatformPlugins.plugins
Methods in org.camunda.bpm.container.impl.jmx.services that return BpmPlatformPluginsConstructors in org.camunda.bpm.container.impl.jmx.services with parameters of type BpmPlatformPlugins -
Uses of BpmPlatformPlugins in org.camunda.bpm.container.impl.plugin
Methods in org.camunda.bpm.container.impl.plugin that return BpmPlatformPluginsModifier and TypeMethodDescriptionstatic BpmPlatformPlugins
BpmPlatformPlugins.load
(ClassLoader classLoader)