public class ProcessDefinitionCheckerImpl extends Object implements ProcessDefintionChecker
ProcessDefintionChecker that tries to deploy
processes using a ProcessDefinitionDeployer.| Constructor and Description |
|---|
ProcessDefinitionCheckerImpl() |
ProcessDefinitionCheckerImpl(ProcessDefinitionDeployer deployer) |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleRemoved(org.osgi.framework.Bundle bundle) |
void |
checkBundle(org.osgi.framework.Bundle bundle)
Checks a bundle if it contains process definitions (BPMN-XML-files) in the
default location or a a location specified by a header.
|
public ProcessDefinitionCheckerImpl()
public ProcessDefinitionCheckerImpl(ProcessDefinitionDeployer deployer)
public void checkBundle(org.osgi.framework.Bundle bundle)
ProcessDefintionCheckercheckBundle in interface ProcessDefintionCheckerbundle - the bundle to checkpublic void bundleRemoved(org.osgi.framework.Bundle bundle)
Copyright © 2017 camunda services GmbH. All rights reserved.