public class BpmSpringProcessEngineConfigurationConfigurer.BpmProcessEngineConfigurator
extends java.lang.Object
implements org.flowable.common.engine.impl.EngineConfigurator
| Constructor and Description |
|---|
BpmProcessEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
void |
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
int |
getPriority() |
public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
beforeInit in interface org.flowable.common.engine.impl.EngineConfiguratorpublic void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
configure in interface org.flowable.common.engine.impl.EngineConfiguratorpublic int getPriority()
getPriority in interface org.flowable.common.engine.impl.EngineConfigurator