org.camunda.bpm.extension.osgi.internal.impl
Class ProcessDefinitionDeployerImpl

java.lang.Object
  extended by org.camunda.bpm.extension.osgi.internal.impl.ProcessDefinitionDeployerImpl
All Implemented Interfaces:
ProcessDefinitionDeployer

public class ProcessDefinitionDeployerImpl
extends Object
implements ProcessDefinitionDeployer

Basic implementation to deploy a processes to the repository by using a ServiceTracker that tracks a ProcessEngine.

Author:
Ronny Bräunlich

Constructor Summary
ProcessDefinitionDeployerImpl(org.osgi.util.tracker.ServiceTracker engineServiceTracker)
           
 
Method Summary
 void deployProcessDefinitions(String bundleSymbolicName, List<URL> pathList)
          Takes the list of URLs and deploys them into the repository with the help of the bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionDeployerImpl

public ProcessDefinitionDeployerImpl(org.osgi.util.tracker.ServiceTracker engineServiceTracker)
Method Detail

deployProcessDefinitions

public void deployProcessDefinitions(String bundleSymbolicName,
                                     List<URL> pathList)
Description copied from interface: ProcessDefinitionDeployer
Takes the list of URLs and deploys them into the repository with the help of the bundle.

Specified by:
deployProcessDefinitions in interface ProcessDefinitionDeployer


Copyright © 2015 camunda services GmbH. All rights reserved.