|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
public class AbstractProcessEnginePlugin
Adapter class for implementing process engine plugins
| Constructor Summary | |
|---|---|
AbstractProcessEnginePlugin()
|
|
| Method Summary | |
|---|---|
void |
postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized. |
void |
postProcessEngineBuild(ProcessEngine processEngine)
Invoked after the process engine has been built. |
void |
preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked before the process engine configuration is initialized. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractProcessEnginePlugin()
| Method Detail |
|---|
public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePluginInvoked before the process engine configuration is initialized.
preInit in interface ProcessEnginePluginprocessEngineConfiguration - the process engine configuationpublic void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePluginInvoked after the process engine configuration is initialized. and before the process engine is built.
postInit in interface ProcessEnginePluginprocessEngineConfiguration - the process engine configuationpublic void postProcessEngineBuild(ProcessEngine processEngine)
ProcessEnginePluginInvoked after the process engine has been built.
postProcessEngineBuild in interface ProcessEnginePluginpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||