Package org.camunda.spin.plugin.impl
Class SpinBpmPlatformPlugin
- java.lang.Object
-
- org.camunda.spin.plugin.impl.SpinBpmPlatformPlugin
-
- All Implemented Interfaces:
BpmPlatformPlugin
public class SpinBpmPlatformPlugin extends java.lang.Object implements BpmPlatformPlugin
- Author:
- Thorben Lindhauer
-
-
Constructor Summary
Constructors Constructor Description SpinBpmPlatformPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)protected java.util.List<TypedValueSerializer<?>>lookupSpinSerializers(java.lang.ClassLoader classLoader)voidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication)voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-
-
Method Detail
-
postProcessApplicationDeploy
public void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationDeployin interfaceBpmPlatformPlugin
-
initializeVariableSerializers
protected void initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
-
lookupSpinSerializers
protected java.util.List<TypedValueSerializer<?>> lookupSpinSerializers(java.lang.ClassLoader classLoader)
-
postProcessApplicationUndeploy
public void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationUndeployin interfaceBpmPlatformPlugin
-
-