Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.ProcessEnginePluginXml
-
Packages that use ProcessEnginePluginXml Package Description org.camunda.bpm.container.impl.metadata org.camunda.bpm.container.impl.metadata.spi -
-
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 List<ProcessEnginePluginXml>ProcessEngineXmlImpl. pluginsMethods 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 voidDeploymentMetadataParse. parseProcessEnginePlugin(Element element, List<ProcessEnginePluginXml> plugins)Transform a<plugin ...protected voidDeploymentMetadataParse. parseProcessEnginePlugins(Element element, List<ProcessEnginePluginXml> plugins)Transform a<plugins ...voidProcessEngineXmlImpl. 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()
-