Class FlowNodeHandler

java.lang.Object
org.bonitasoft.engine.synchro.AbstractUpdateHandler
org.bonitasoft.engine.synchro.FlowNodeHandler
All Implemented Interfaces:
Serializable, SHandler<SEvent>

public class FlowNodeHandler extends AbstractUpdateHandler
Author:
Baptiste Mesta
See Also:
  • Constructor Details

    • FlowNodeHandler

      public FlowNodeHandler()
  • Method Details

    • getEvent

      protected Map<String,Serializable> getEvent(SEvent sEvent)
      Specified by:
      getEvent in class AbstractUpdateHandler
    • isInterested

      public boolean isInterested(SEvent event)
      Description copied from interface: SHandler
      Precise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method.
    • getIdentifier

      public String getIdentifier()
      Description copied from interface: SHandler
      Returns a unique identifier for each instance of the Handler