Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
-
Packages that use JobExecutorXml Package Description org.camunda.bpm.container.impl.metadata org.camunda.bpm.container.impl.metadata.spi -
-
Uses of JobExecutorXml in org.camunda.bpm.container.impl.metadata
Classes in org.camunda.bpm.container.impl.metadata that implement JobExecutorXml Modifier and Type Class Description classJobExecutorXmlImplImplementation of theJobExecutorXmlFields in org.camunda.bpm.container.impl.metadata declared as JobExecutorXml Modifier and Type Field Description protected JobExecutorXmlBpmPlatformXmlImpl. jobExecutorMethods in org.camunda.bpm.container.impl.metadata that return JobExecutorXml Modifier and Type Method Description JobExecutorXmlBpmPlatformXmlImpl. getJobExecutor()Methods in org.camunda.bpm.container.impl.metadata with parameters of type JobExecutorXml Modifier and Type Method Description voidBpmPlatformXmlImpl. setJobExecutor(JobExecutorXml jobExecutor)Constructors in org.camunda.bpm.container.impl.metadata with parameters of type JobExecutorXml Constructor Description BpmPlatformXmlImpl(JobExecutorXml jobExecutor, List<ProcessEngineXml> processEngines) -
Uses of JobExecutorXml in org.camunda.bpm.container.impl.metadata.spi
Methods in org.camunda.bpm.container.impl.metadata.spi that return JobExecutorXml Modifier and Type Method Description JobExecutorXmlBpmPlatformXml. getJobExecutor()
-