Interface BpmPlatformPlugin
-
public interface BpmPlatformPlugin- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication)voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-
-
Method Detail
-
postProcessApplicationDeploy
void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
-
postProcessApplicationUndeploy
void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-