Uses of Interface
org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
Packages that use ProcessEnginePlugin
Package
Description
-
Uses of ProcessEnginePlugin in org.camunda.bpm.application.impl.event
Classes in org.camunda.bpm.application.impl.event that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
ProcessEnginePlugin
enabling the process application event listener support. -
Uses of ProcessEnginePlugin in org.camunda.bpm.engine.impl.cfg
Classes in org.camunda.bpm.engine.impl.cfg that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
Adapter class for implementing process engine pluginsclass
ProcessEnginePlugin
that provides composite behavior.Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type ProcessEnginePluginModifier and TypeFieldDescriptionprotected final List<ProcessEnginePlugin>
CompositeProcessEnginePlugin.plugins
protected List<ProcessEnginePlugin>
ProcessEngineConfigurationImpl.processEnginePlugins
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type ProcessEnginePluginModifier and TypeMethodDescriptionCompositeProcessEnginePlugin.getPlugins()
Get all plugins.ProcessEngineConfigurationImpl.getProcessEnginePlugins()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ProcessEnginePluginModifier and TypeMethodDescriptionCompositeProcessEnginePlugin.addProcessEnginePlugin
(ProcessEnginePlugin plugin, ProcessEnginePlugin... additionalPlugins) Add one (or more) plugins.Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type ProcessEnginePluginModifier and TypeMethodDescriptionCompositeProcessEnginePlugin.addProcessEnginePlugins
(Collection<ProcessEnginePlugin> plugins) Add collection of plugins.void
ProcessEngineConfigurationImpl.setProcessEnginePlugins
(List<ProcessEnginePlugin> processEnginePlugins) Constructors in org.camunda.bpm.engine.impl.cfg with parameters of type ProcessEnginePluginModifierConstructorDescriptionCompositeProcessEnginePlugin
(ProcessEnginePlugin plugin, ProcessEnginePlugin... additionalPlugins) New instance with vararg.Constructor parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type ProcessEnginePluginModifierConstructorDescriptionNew instance with initial plugins. -
Uses of ProcessEnginePlugin in org.camunda.bpm.engine.impl.plugin
Classes in org.camunda.bpm.engine.impl.plugin that implement ProcessEnginePlugin -
Uses of ProcessEnginePlugin in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
This is bean-name-aware extension of theAbstractProcessEnginePlugin
allowing anonymous classes get logged correctly when processed. -
Uses of ProcessEnginePlugin in org.camunda.bpm.identity.impl.ldap.plugin
Classes in org.camunda.bpm.identity.impl.ldap.plugin that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
ProcessEnginePlugin
providing Ldap Identity Provider support -
Uses of ProcessEnginePlugin in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Classes in org.camunda.bpm.qa.performance.engine.sqlstatementlog that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
ProcessEnginePlugin activating statement logging. -
Uses of ProcessEnginePlugin in org.camunda.bpm.run
Classes in org.camunda.bpm.run that implement ProcessEnginePluginMethod parameters in org.camunda.bpm.run with type arguments of type ProcessEnginePluginModifier and TypeMethodDescriptionprotected void
CamundaBpmRunProcessEngineConfiguration.configureProcessEnginePlugins
(List<ProcessEnginePlugin> processEnginePluginsFromContext, List<CamundaBpmRunProcessEnginePluginProperty> processEnginePluginsFromYaml) CamundaBpmRunConfiguration.processEngineConfigurationImpl
(List<ProcessEnginePlugin> processEnginePluginsFromContext, CamundaBpmRunProperties properties, CamundaBpmRunDeploymentConfiguration deploymentConfig) Constructor parameters in org.camunda.bpm.run with type arguments of type ProcessEnginePluginModifierConstructorDescriptionCamundaBpmRunProcessEngineConfiguration
(String normalizedDeploymentDir, boolean deployChangedOnly, List<ProcessEnginePlugin> processEnginePluginsFromContext, List<CamundaBpmRunProcessEnginePluginProperty> processEnginePluginsFromYaml) -
Uses of ProcessEnginePlugin in org.camunda.bpm.run.property
Classes in org.camunda.bpm.run.property that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
class
-
Uses of ProcessEnginePlugin in org.camunda.bpm.run.utils
Methods in org.camunda.bpm.run.utils that return ProcessEnginePluginModifier and TypeMethodDescriptionprotected static ProcessEnginePlugin
CamundaBpmRunProcessEnginePluginHelper.getOrCreatePluginInstance
(List<ProcessEnginePlugin> processEnginePlugins, String className) Methods in org.camunda.bpm.run.utils with parameters of type ProcessEnginePluginModifier and TypeMethodDescriptionprotected static void
CamundaBpmRunProcessEnginePluginHelper.populatePluginInstance
(ProcessEnginePlugin plugin, Map<String, Object> properties) Method parameters in org.camunda.bpm.run.utils with type arguments of type ProcessEnginePluginModifier and TypeMethodDescriptionprotected static ProcessEnginePlugin
CamundaBpmRunProcessEnginePluginHelper.getOrCreatePluginInstance
(List<ProcessEnginePlugin> processEnginePlugins, String className) static void
CamundaBpmRunProcessEnginePluginHelper.registerYamlPlugins
(List<ProcessEnginePlugin> processEnginePlugins, List<CamundaBpmRunProcessEnginePluginProperty> pluginsInfo) -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter
Method parameters in org.camunda.bpm.spring.boot.starter with type arguments of type ProcessEnginePluginModifier and TypeMethodDescriptionCamundaBpmConfiguration.processEngineConfigurationImpl
(List<ProcessEnginePlugin> processEnginePlugins) -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.configuration
Subinterfaces of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.configurationModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.configuration.impl
Classes in org.camunda.bpm.spring.boot.starter.configuration.impl that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
class
class
class
class
Register parseListener to setup failed job retry specification.class
class
class
Prepares JobExecutor and registers all known custom JobHandlers.class
class
class
-
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.configuration.impl.custom
Classes in org.camunda.bpm.spring.boot.starter.configuration.impl.custom that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
class
-
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.event
Classes in org.camunda.bpm.spring.boot.starter.event that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
Engine Plugin forwarding Camunda task, execution and history events as Spring Events. -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.plugin
Classes in org.camunda.bpm.spring.boot.starter.plugin that implement ProcessEnginePlugin -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that implement ProcessEnginePlugin -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.spin
Classes in org.camunda.bpm.spring.boot.starter.spin that implement ProcessEnginePlugin -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.test.helper
Constructors in org.camunda.bpm.spring.boot.starter.test.helper with parameters of type ProcessEnginePluginModifierConstructorDescriptionConstructor parameters in org.camunda.bpm.spring.boot.starter.test.helper with type arguments of type ProcessEnginePluginModifierConstructorDescription -
Uses of ProcessEnginePlugin in org.camunda.bpm.spring.boot.starter.util
Classes in org.camunda.bpm.spring.boot.starter.util that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
Convenience class that specializesAbstractProcessEnginePlugin
to useSpringProcessEngineConfiguration
(to save casting). -
Uses of ProcessEnginePlugin in org.camunda.connect.plugin.impl
Classes in org.camunda.connect.plugin.impl that implement ProcessEnginePlugin -
Uses of ProcessEnginePlugin in org.camunda.spin.plugin.impl
Classes in org.camunda.spin.plugin.impl that implement ProcessEnginePluginModifier and TypeClassDescriptionclass
Java Bean holding Spin configuration properties.class