public class ProcessDefinitionDeployerImpl extends Object implements ProcessDefinitionDeployer
ServiceTracker that tracks a ProcessEngine.| Constructor and Description |
|---|
ProcessDefinitionDeployerImpl() |
ProcessDefinitionDeployerImpl(org.camunda.bpm.engine.ProcessEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployProcessDefinitions(String bundleSymbolicName,
List<URL> pathList)
Takes the list of URLs and deploys them into the repository with the help
of the bundle.
|
public ProcessDefinitionDeployerImpl()
public ProcessDefinitionDeployerImpl(org.camunda.bpm.engine.ProcessEngine engine)
public void deployProcessDefinitions(String bundleSymbolicName, List<URL> pathList)
ProcessDefinitionDeployerdeployProcessDefinitions in interface ProcessDefinitionDeployerCopyright © 2018 camunda services GmbH. All rights reserved.