Interface BpmPlatformPlugin
-
- All Known Implementing Classes:
EnsureCleanDbPlugin
,SpinBpmPlatformPlugin
public interface BpmPlatformPlugin
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
void
postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-
-
Method Detail
-
postProcessApplicationDeploy
void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
-
postProcessApplicationUndeploy
void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-