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 void
initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
protected List<TypedValueSerializer<?>>
lookupSpinSerializers(ClassLoader classLoader)
void
postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
void
postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-
-
Method Detail
-
postProcessApplicationDeploy
public void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationDeploy
in interfaceBpmPlatformPlugin
-
initializeVariableSerializers
protected void initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
-
lookupSpinSerializers
protected List<TypedValueSerializer<?>> lookupSpinSerializers(ClassLoader classLoader)
-
postProcessApplicationUndeploy
public void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationUndeploy
in interfaceBpmPlatformPlugin
-
-