Class FlushExecutionListener
java.lang.Object
com.collibra.dgc.workflow.api.listener.FlushExecutionListener
- All Implemented Interfaces:
Serializable
,org.flowable.engine.delegate.BaseExecutionListener
,org.flowable.engine.delegate.ExecutionListener
public class FlushExecutionListener
extends Object
implements org.flowable.engine.delegate.ExecutionListener
This
ExecutionListener
will flush all changes which has been done in scope of current session.- See Also:
-
Field Summary
Fields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
FlushExecutionListener
public FlushExecutionListener()
-
-
Method Details
-
notify
public void notify(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
notify
in interfaceorg.flowable.engine.delegate.ExecutionListener
-