Class DebugInfoEntityEventListener
- java.lang.Object
-
- org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
-
- org.flowable.engine.delegate.event.BaseEntityEventListener
-
- org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
-
- All Implemented Interfaces:
FlowableEventListener
public class DebugInfoEntityEventListener extends BaseEntityEventListener
- Author:
- jbarrez
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessExecutionLoggerprocessExecutionLogger-
Fields inherited from class org.flowable.engine.delegate.event.BaseEntityEventListener
entityClass, failOnException
-
Fields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
onTransaction
-
-
Constructor Summary
Constructors Constructor Description DebugInfoEntityEventListener(ProcessExecutionLogger processExecutionLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionEntitygetExecutionEntity(FlowableEvent event)protected voidonCreate(FlowableEvent event)Called when an entity create event is received.protected voidonDelete(FlowableEvent event)Called when an entity delete event is received.-
Methods inherited from class org.flowable.engine.delegate.event.BaseEntityEventListener
isFailOnException, isValidEvent, onEntityEvent, onEvent, onInitialized, onUpdate
-
Methods inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransaction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
getTypes
-
-
-
-
Field Detail
-
processExecutionLogger
protected ProcessExecutionLogger processExecutionLogger
-
-
Constructor Detail
-
DebugInfoEntityEventListener
public DebugInfoEntityEventListener(ProcessExecutionLogger processExecutionLogger)
-
-
Method Detail
-
onCreate
protected void onCreate(FlowableEvent event)
Description copied from class:BaseEntityEventListenerCalled when an entity create event is received.- Overrides:
onCreatein classBaseEntityEventListener
-
onDelete
protected void onDelete(FlowableEvent event)
Description copied from class:BaseEntityEventListenerCalled when an entity delete event is received.- Overrides:
onDeletein classBaseEntityEventListener
-
getExecutionEntity
protected ExecutionEntity getExecutionEntity(FlowableEvent event)
-
-