Uses of Interface
org.camunda.bpm.engine.impl.persistence.deploy.Deployer

Packages that use Deployer
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cmmn.deployer   
org.camunda.bpm.engine.impl.dmn.deployer   
org.camunda.bpm.engine.impl.persistence.deploy.cache   
 

Uses of Deployer in org.camunda.bpm.engine.impl
 

Classes in org.camunda.bpm.engine.impl that implement Deployer
 class AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>
          Deployer responsible to parse resource files and create the proper entities.
 

Uses of Deployer in org.camunda.bpm.engine.impl.bpmn.deployer
 

Classes in org.camunda.bpm.engine.impl.bpmn.deployer that implement Deployer
 class BpmnDeployer
          Deployer responsible to parse BPMN 2.0 XML files and create the proper ProcessDefinitionEntitys.
 

Uses of Deployer in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type Deployer
protected  List<Deployer> ProcessEngineConfigurationImpl.customPostDeployers
           
protected  List<Deployer> ProcessEngineConfigurationImpl.customPreDeployers
           
protected  List<Deployer> ProcessEngineConfigurationImpl.deployers
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type Deployer
 List<Deployer> ProcessEngineConfigurationImpl.getCustomPostDeployers()
           
 List<Deployer> ProcessEngineConfigurationImpl.getCustomPreDeployers()
           
protected  Collection<? extends Deployer> ProcessEngineConfigurationImpl.getDefaultDeployers()
           
 List<Deployer> ProcessEngineConfigurationImpl.getDeployers()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type Deployer
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPostDeployers(List<Deployer> customPostDeployers)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPreDeployers(List<Deployer> customPreDeployers)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setDeployers(List<Deployer> deployers)
           
 

Uses of Deployer in org.camunda.bpm.engine.impl.cmmn.deployer
 

Classes in org.camunda.bpm.engine.impl.cmmn.deployer that implement Deployer
 class CmmnDeployer
          Deployer responsible to parse CMMN 1.0 XML files and create the proper CaseDefinitionEntitys.
 

Uses of Deployer in org.camunda.bpm.engine.impl.dmn.deployer
 

Classes in org.camunda.bpm.engine.impl.dmn.deployer that implement Deployer
 class DecisionDefinitionDeployer
          Deployer responsible to parse DMN 1.1 XML files and create the proper DecisionDefinitionEntitys.
 class DecisionRequirementsDefinitionDeployer
          Deployer responsible to parse DMN 1.1 XML files and create the proper DecisionRequirementsDefinitionEntitys.
 

Uses of Deployer in org.camunda.bpm.engine.impl.persistence.deploy.cache
 

Fields in org.camunda.bpm.engine.impl.persistence.deploy.cache with type parameters of type Deployer
protected  List<Deployer> CacheDeployer.deployers
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type Deployer
 void DeploymentCache.setDeployers(List<Deployer> deployers)
           
 void CacheDeployer.setDeployers(List<Deployer> deployers)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.