Uses of Interface
org.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
-
Packages that use BpmPlatformPlugin Package Description org.camunda.bpm.container.impl.plugin org.camunda.qa.impl org.camunda.spin.plugin.impl -
-
Uses of BpmPlatformPlugin in org.camunda.bpm.container.impl.plugin
Fields in org.camunda.bpm.container.impl.plugin with type parameters of type BpmPlatformPlugin Modifier and Type Field Description protected List<BpmPlatformPlugin>
BpmPlatformPlugins. plugins
Methods in org.camunda.bpm.container.impl.plugin that return types with arguments of type BpmPlatformPlugin Modifier and Type Method Description List<BpmPlatformPlugin>
BpmPlatformPlugins. getPlugins()
Methods in org.camunda.bpm.container.impl.plugin with parameters of type BpmPlatformPlugin Modifier and Type Method Description void
BpmPlatformPlugins. add(BpmPlatformPlugin plugin)
-
Uses of BpmPlatformPlugin in org.camunda.qa.impl
Classes in org.camunda.qa.impl that implement BpmPlatformPlugin Modifier and Type Class Description class
EnsureCleanDbPlugin
-
Uses of BpmPlatformPlugin in org.camunda.spin.plugin.impl
Classes in org.camunda.spin.plugin.impl that implement BpmPlatformPlugin Modifier and Type Class Description class
SpinBpmPlatformPlugin
-