org.camunda.bpm.extension.osgi.blueprint
Class ConfigurationFactory
java.lang.Object
org.camunda.bpm.extension.osgi.blueprint.ConfigurationFactory
Deprecated. this class is only needed if the Enterprise OSGi framework
doesn't support non void setters. You should create your
StandaloneProcessEngineConfiguration somewhere else and
pass it to the engine.
public class ConfigurationFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationFactory
public ConfigurationFactory()
- Deprecated.
getConfiguration
public org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration getConfiguration()
- Deprecated.
setDataSource
public void setDataSource(DataSource dataSource)
- Deprecated.
setDatabaseSchemaUpdate
public void setDatabaseSchemaUpdate(String databaseSchemaUpdate)
- Deprecated.
setJobExecutorActivate
public void setJobExecutorActivate(boolean jobExecutorActivate)
- Deprecated.
Copyright © 2015 camunda services GmbH. All rights reserved.