org.camunda.bpm.engine.impl.persistence.entity
Class VariableInstanceHistoryListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceHistoryListener
All Implemented Interfaces:
VariableInstanceLifecycleListener<VariableInstanceEntity>

public class VariableInstanceHistoryListener
extends Object
implements VariableInstanceLifecycleListener<VariableInstanceEntity>

Author:
Thorben Lindhauer

Field Summary
static VariableInstanceHistoryListener INSTANCE
           
 
Constructor Summary
VariableInstanceHistoryListener()
           
 
Method Summary
protected  HistoryEventHandler getHistoryEventHandler()
           
protected  HistoryEventProducer getHistoryEventProducer()
           
protected  HistoryLevel getHistoryLevel()
           
 void onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final VariableInstanceHistoryListener INSTANCE
Constructor Detail

VariableInstanceHistoryListener

public VariableInstanceHistoryListener()
Method Detail

onCreate

public void onCreate(VariableInstanceEntity variableInstance,
                     AbstractVariableScope sourceScope)
Specified by:
onCreate in interface VariableInstanceLifecycleListener<VariableInstanceEntity>

onDelete

public void onDelete(VariableInstanceEntity variableInstance,
                     AbstractVariableScope sourceScope)
Specified by:
onDelete in interface VariableInstanceLifecycleListener<VariableInstanceEntity>

onUpdate

public void onUpdate(VariableInstanceEntity variableInstance,
                     AbstractVariableScope sourceScope)
Specified by:
onUpdate in interface VariableInstanceLifecycleListener<VariableInstanceEntity>

getHistoryLevel

protected HistoryLevel getHistoryLevel()

getHistoryEventProducer

protected HistoryEventProducer getHistoryEventProducer()

getHistoryEventHandler

protected HistoryEventHandler getHistoryEventHandler()


Copyright © 2016 camunda services GmbH. All rights reserved.