Package org.camunda.spin.plugin.impl
Class SpinBpmPlatformPlugin
java.lang.Object
org.camunda.spin.plugin.impl.SpinBpmPlatformPlugin
- All Implemented Interfaces:
- BpmPlatformPlugin
- Author:
- Thorben Lindhauer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidinitializeVariableSerializers(AbstractProcessApplication abstractProcessApplication) protected List<TypedValueSerializer<?>>lookupSpinSerializers(ClassLoader classLoader) voidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication) voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication) 
- 
Constructor Details- 
SpinBpmPlatformPluginpublic SpinBpmPlatformPlugin()
 
- 
- 
Method Details- 
postProcessApplicationDeploy- Specified by:
- postProcessApplicationDeployin interface- BpmPlatformPlugin
 
- 
initializeVariableSerializers
- 
lookupSpinSerializers
- 
postProcessApplicationUndeploy- Specified by:
- postProcessApplicationUndeployin interface- BpmPlatformPlugin
 
 
-