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
- Author:
- jbarrez
-
Field Summary
FieldsFields inherited from class org.flowable.engine.delegate.event.BaseEntityEventListener
entityClass, failOnExceptionFields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
onTransaction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.engine.impl.persistence.entity.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, onUpdateMethods inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
getTypes
-
Field Details
-
processExecutionLogger
-
-
Constructor Details
-
DebugInfoEntityEventListener
-
-
Method Details
-
onCreate
Description copied from class:BaseEntityEventListenerCalled when an entity create event is received.- Overrides:
onCreatein classBaseEntityEventListener
-
onDelete
Description copied from class:BaseEntityEventListenerCalled when an entity delete event is received.- Overrides:
onDeletein classBaseEntityEventListener
-
getExecutionEntity
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity getExecutionEntity(FlowableEvent event)
-