Package org.camunda.spin.plugin.impl
Class SpinBpmPlatformPlugin
- java.lang.Object
-
- org.camunda.spin.plugin.impl.SpinBpmPlatformPlugin
-
- All Implemented Interfaces:
org.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
public class SpinBpmPlatformPlugin extends Object implements org.camunda.bpm.container.impl.plugin.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(org.camunda.bpm.application.AbstractProcessApplication abstractProcessApplication)protected List<org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer<?>>lookupSpinSerializers(ClassLoader classLoader)voidpostProcessApplicationDeploy(org.camunda.bpm.application.ProcessApplicationInterface processApplication)voidpostProcessApplicationUndeploy(org.camunda.bpm.application.ProcessApplicationInterface processApplication)
-
-
-
Method Detail
-
postProcessApplicationDeploy
public void postProcessApplicationDeploy(org.camunda.bpm.application.ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationDeployin interfaceorg.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
-
initializeVariableSerializers
protected void initializeVariableSerializers(org.camunda.bpm.application.AbstractProcessApplication abstractProcessApplication)
-
lookupSpinSerializers
protected List<org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer<?>> lookupSpinSerializers(ClassLoader classLoader)
-
postProcessApplicationUndeploy
public void postProcessApplicationUndeploy(org.camunda.bpm.application.ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationUndeployin interfaceorg.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
-
-