Uses of Interface
org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml

Packages that use JobExecutorXml
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
 class JobExecutorXmlImpl
          Implementation of the JobExecutorXml
 

Fields in org.camunda.bpm.container.impl.metadata declared as JobExecutorXml
protected  JobExecutorXml BpmPlatformXmlImpl.jobExecutor
           
 

Methods in org.camunda.bpm.container.impl.metadata that return JobExecutorXml
 JobExecutorXml BpmPlatformXmlImpl.getJobExecutor()
           
 

Methods in org.camunda.bpm.container.impl.metadata with parameters of type JobExecutorXml
 void BpmPlatformXmlImpl.setJobExecutor(JobExecutorXml jobExecutor)
           
 

Constructors in org.camunda.bpm.container.impl.metadata with parameters of type JobExecutorXml
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
 JobExecutorXml BpmPlatformXml.getJobExecutor()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.