public class AbstractProcessEnginePlugin extends Object implements ProcessEnginePlugin
Adapter class for implementing process engine plugins
| Constructor and Description | 
|---|
| AbstractProcessEnginePlugin() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
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 ProcessEnginePluginCopyright © 2018. All rights reserved.