org.camunda.bpm.extension.osgi.internal
Interface ProcessDefinitionDeployer

All Known Implementing Classes:
ProcessDefinitionDeployerImpl

public interface ProcessDefinitionDeployer

A ProcessDefinitionDeployer deploys process definitions into the repository.

Author:
Ronny Bräunlich

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.
 

Method Detail

deployProcessDefinitions

void deployProcessDefinitions(String bundleSymbolicName,
                              List<URL> pathList)
Takes the list of URLs and deploys them into the repository with the help of the bundle.

Parameters:
bundle -
pathList -


Copyright © 2015 camunda services GmbH. All rights reserved.