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.
|
public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePlugin
Invoked before the process engine configuration is initialized.
preInit
in interface ProcessEnginePlugin
processEngineConfiguration
- the process engine configuationpublic void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePlugin
Invoked after the process engine configuration is initialized. and before the process engine is built.
postInit
in interface ProcessEnginePlugin
processEngineConfiguration
- the process engine configuationpublic void postProcessEngineBuild(ProcessEngine processEngine)
ProcessEnginePlugin
Invoked after the process engine has been built.
postProcessEngineBuild
in interface ProcessEnginePlugin
Copyright © 2015. All rights reserved.