Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEnginePluginXml
Packages that use ProcessEnginePluginXml
Package
Description
-
Uses of ProcessEnginePluginXml in org.camunda.bpm.container.impl.jboss.config
Methods in org.camunda.bpm.container.impl.jboss.config that return types with arguments of type ProcessEnginePluginXmlMethod parameters in org.camunda.bpm.container.impl.jboss.config with type arguments of type ProcessEnginePluginXmlModifier and TypeMethodDescriptionvoid
ManagedProcessEngineMetadata.setPluginConfigurations
(List<ProcessEnginePluginXml> pluginConfigurations) Constructor parameters in org.camunda.bpm.container.impl.jboss.config with type arguments of type ProcessEnginePluginXmlModifierConstructorDescriptionManagedProcessEngineMetadata
(boolean isDefault, String engineName, String datasourceJndiName, String historyLevel, String configuration, Map<String, String> properties, List<ProcessEnginePluginXml> pluginConfigurations) -
Uses of ProcessEnginePluginXml in org.camunda.bpm.container.impl.jboss.extension.handler
Methods in org.camunda.bpm.container.impl.jboss.extension.handler that return types with arguments of type ProcessEnginePluginXmlModifier and TypeMethodDescriptionprotected List<ProcessEnginePluginXml>
ProcessEngineAdd.getPlugins
(org.jboss.dmr.ModelNode plugins) -
Uses of ProcessEnginePluginXml in org.camunda.bpm.container.impl.metadata
Classes in org.camunda.bpm.container.impl.metadata that implement ProcessEnginePluginXmlFields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEnginePluginXmlModifier and TypeFieldDescriptionprotected List<ProcessEnginePluginXml>
ProcessEngineXmlImpl.plugins
Methods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEnginePluginXmlMethod parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEnginePluginXmlModifier and TypeMethodDescriptionprotected void
DeploymentMetadataParse.parseProcessEnginePlugin
(Element element, List<ProcessEnginePluginXml> plugins) Transform a<plugin ...
protected void
DeploymentMetadataParse.parseProcessEnginePlugins
(Element element, List<ProcessEnginePluginXml> plugins) Transform a<plugins ...
void
ProcessEngineXmlImpl.setPlugins
(List<ProcessEnginePluginXml> plugins) -
Uses of ProcessEnginePluginXml in org.camunda.bpm.container.impl.metadata.spi
Methods in org.camunda.bpm.container.impl.metadata.spi that return types with arguments of type ProcessEnginePluginXml