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

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

public class ProcessDefinitionCheckerImpl
extends Object
implements ProcessDefintionChecker

Implementation of the ProcessDefintionChecker that tries to deploy processes using a ProcessDefinitionDeployer.

Author:
Ronny Bräunlich

Constructor Summary
ProcessDefinitionCheckerImpl(ProcessDefinitionDeployer deployer)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionCheckerImpl

public ProcessDefinitionCheckerImpl(ProcessDefinitionDeployer deployer)
Method Detail

checkBundle

public void checkBundle(org.osgi.framework.Bundle bundle)
Description copied from interface: ProcessDefintionChecker
Checks a bundle if it contains process definitions (BPMN-XML-files) in the default location or a a location specified by a header.

Specified by:
checkBundle in interface ProcessDefintionChecker
Parameters:
bundle - the bundle to check


Copyright © 2015 camunda services GmbH. All rights reserved.