org.camunda.bpm.engine.impl.persistence.entity
Class CaseExecutionEntityReferencer
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.CaseExecutionEntityReferencer
- All Implemented Interfaces:
- VariableStore.VariableStoreObserver<VariableInstanceEntity>
public class CaseExecutionEntityReferencer
- extends Object
- implements VariableStore.VariableStoreObserver<VariableInstanceEntity>
- Author:
- Thorben Lindhauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseExecution
protected CaseExecutionEntity caseExecution
CaseExecutionEntityReferencer
public CaseExecutionEntityReferencer(CaseExecutionEntity caeExecution)
onAdd
public void onAdd(VariableInstanceEntity variable)
- Specified by:
onAdd
in interface VariableStore.VariableStoreObserver<VariableInstanceEntity>
onUpdate
public void onUpdate(VariableInstanceEntity variable)
- Specified by:
onUpdate
in interface VariableStore.VariableStoreObserver<VariableInstanceEntity>
onRemove
public void onRemove(VariableInstanceEntity variable)
- Specified by:
onRemove
in interface VariableStore.VariableStoreObserver<VariableInstanceEntity>
Copyright © 2016 camunda services GmbH. All rights reserved.