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 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 List<TypedValueSerializer<?>>lookupSpinSerializers(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 List<TypedValueSerializer<?>> lookupSpinSerializers(ClassLoader classLoader)
-
postProcessApplicationUndeploy
public void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationUndeployin interfaceBpmPlatformPlugin
-
-