org.camunda.spin.plugin.impl
Class SpinBpmPlatformPlugin

java.lang.Object
  extended by org.camunda.spin.plugin.impl.SpinBpmPlatformPlugin
All Implemented Interfaces:
BpmPlatformPlugin

public class SpinBpmPlatformPlugin
extends Object
implements BpmPlatformPlugin

Author:
Thorben Lindhauer

Constructor Summary
SpinBpmPlatformPlugin()
           
 
Method Summary
protected  void initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
           
protected  List<TypedValueSerializer<?>> lookupSpinSerializers(ClassLoader classLoader)
           
 void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
           
 void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpinBpmPlatformPlugin

public SpinBpmPlatformPlugin()
Method Detail

postProcessApplicationDeploy

public void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
Specified by:
postProcessApplicationDeploy in interface BpmPlatformPlugin

initializeVariableSerializers

protected void initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)

lookupSpinSerializers

protected List<TypedValueSerializer<?>> lookupSpinSerializers(ClassLoader classLoader)

postProcessApplicationUndeploy

public void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
Specified by:
postProcessApplicationUndeploy in interface BpmPlatformPlugin


Copyright © 2016 camunda services GmbH. All rights reserved.