org.camunda.bpm.engine.impl.persistence.deploy.cache
Class CacheDeployer

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer

public class CacheDeployer
extends Object


Field Summary
protected  List<Deployer> deployers
           
 
Constructor Summary
CacheDeployer()
           
 
Method Summary
 void deploy(DeploymentEntity deployment)
           
 void deployOnlyGivenResourceOfDeployment(DeploymentEntity deployment, String resourceName)
           
protected  void initDeployment(DeploymentEntity deployment, String resourceName)
           
 void setDeployers(List<Deployer> deployers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployers

protected List<Deployer> deployers
Constructor Detail

CacheDeployer

public CacheDeployer()
Method Detail

setDeployers

public void setDeployers(List<Deployer> deployers)

deploy

public void deploy(DeploymentEntity deployment)

deployOnlyGivenResourceOfDeployment

public void deployOnlyGivenResourceOfDeployment(DeploymentEntity deployment,
                                                String resourceName)

initDeployment

protected void initDeployment(DeploymentEntity deployment,
                              String resourceName)


Copyright © 2017 camunda services GmbH. All rights reserved.