org.camunda.bpm.extension.osgi.internal.impl
Class ProcessDefinitionDeployerImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDefinitionDeployerImpl
public ProcessDefinitionDeployerImpl(org.osgi.util.tracker.ServiceTracker engineServiceTracker)
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.