org.camunda.bpm.engine.impl.persistence.entity
Class ExecutionEntityReferencer
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityReferencer
- All Implemented Interfaces:
- VariableStore.VariableStoreObserver<VariableInstanceEntity>
public class ExecutionEntityReferencer
- 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 |
execution
protected ExecutionEntity execution
ExecutionEntityReferencer
public ExecutionEntityReferencer(ExecutionEntity execution)
onAdd
public void onAdd(VariableInstanceEntity variable)
- Specified by:
onAdd 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.