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 java.util.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 voidManagedProcessEngineMetadata. setPluginConfigurations(java.util.List<ProcessEnginePluginXml> pluginConfigurations)Constructor parameters in org.camunda.bpm.container.impl.jboss.config with type arguments of type ProcessEnginePluginXml Constructor Description ManagedProcessEngineMetadata(boolean isDefault, java.lang.String engineName, java.lang.String datasourceJndiName, java.lang.String historyLevel, java.lang.String configuration, java.util.Map<java.lang.String,java.lang.String> properties, java.util.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 java.util.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 classProcessEnginePluginXmlImplImplementation of theProcessEnginePluginXmldescriptorFields in org.camunda.bpm.container.impl.metadata with type parameters of type ProcessEnginePluginXml Modifier and Type Field Description protected java.util.List<ProcessEnginePluginXml>ProcessEngineXmlImpl. pluginsMethods in org.camunda.bpm.container.impl.metadata that return types with arguments of type ProcessEnginePluginXml Modifier and Type Method Description java.util.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 voidDeploymentMetadataParse. parseProcessEnginePlugin(Element element, java.util.List<ProcessEnginePluginXml> plugins)Transform a<plugin ...protected voidDeploymentMetadataParse. parseProcessEnginePlugins(Element element, java.util.List<ProcessEnginePluginXml> plugins)Transform a<plugins ...voidProcessEngineXmlImpl. setPlugins(java.util.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 java.util.List<ProcessEnginePluginXml>ProcessEngineXml. getPlugins()
-