Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEnginePluginXml
-
-
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 ProcessEnginePluginXml Modifier and Type Method Description List<ProcessEnginePluginXml>
ManagedProcessEngineMetadata. getPluginConfigurations()
Method parameters in org.camunda.bpm.container.impl.jboss.config with type arguments of type ProcessEnginePluginXml Modifier and Type Method Description void
ManagedProcessEngineMetadata. setPluginConfigurations(List<ProcessEnginePluginXml> pluginConfigurations)
Constructor parameters in org.camunda.bpm.container.impl.jboss.config with type arguments of type ProcessEnginePluginXml Constructor Description ManagedProcessEngineMetadata(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 ProcessEnginePluginXml Modifier and Type Method Description protected 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 ProcessEnginePluginXml Modifier and Type Class Description class
ProcessEnginePluginXmlImpl
Implementation of theProcessEnginePluginXml
descriptorFields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEnginePluginXml Modifier and Type Field Description protected List<ProcessEnginePluginXml>
ProcessEngineXmlImpl. plugins
Methods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEnginePluginXml Modifier and Type Method Description List<ProcessEnginePluginXml>
ProcessEngineXmlImpl. getPlugins()
Method parameters in org.camunda.bpm.container.impl.metadata with type arguments of type ProcessEnginePluginXml Modifier and Type Method Description protected 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 Modifier and Type Method Description List<ProcessEnginePluginXml>
ProcessEngineXml. getPlugins()
-