|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessEnginePlugin
A process engine plugin allows customizing the process engine
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. |
Method Detail |
---|
void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked before the process engine configuration is initialized.
processEngineConfiguration
- the process engine configuationvoid postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized. and before the process engine is built.
processEngineConfiguration
- the process engine configuationvoid postProcessEngineBuild(ProcessEngine processEngine)
Invoked after the process engine has been built.
processEngine
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |