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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(org.flowable.engine.delegate.DelegateExecution execution)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlushExecutionListener

      public FlushExecutionListener()
  • Method Details

    • notify

      public void notify(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      notify in interface org.flowable.engine.delegate.ExecutionListener