Class CmmnVariableInvocationListener
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.CmmnVariableInvocationListener
- All Implemented Interfaces:
VariableInstanceLifecycleListener<VariableInstanceEntity>
public class CmmnVariableInvocationListener
extends Object
implements VariableInstanceLifecycleListener<VariableInstanceEntity>
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(VariableInstanceEntity variable, AbstractVariableScope sourceScope) void
onDelete
(VariableInstanceEntity variable, AbstractVariableScope sourceScope) void
onUpdate
(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CmmnVariableInvocationListener
public CmmnVariableInvocationListener()
-
-
Method Details
-
onCreate
- Specified by:
onCreate
in interfaceVariableInstanceLifecycleListener<VariableInstanceEntity>
-
onUpdate
- Specified by:
onUpdate
in interfaceVariableInstanceLifecycleListener<VariableInstanceEntity>
-
onDelete
- Specified by:
onDelete
in interfaceVariableInstanceLifecycleListener<VariableInstanceEntity>
-