Package org.bonitasoft.engine.synchro
Class FlowNodeHandler
java.lang.Object
org.bonitasoft.engine.synchro.AbstractUpdateHandler
org.bonitasoft.engine.synchro.FlowNodeHandler
- All Implemented Interfaces:
Serializable,SHandler<SEvent>
- Author:
- Baptiste Mesta
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,Serializable> Returns a unique identifier for each instance of the HandlerbooleanisInterested(SEvent event) Precise if the current Handler is interested by the given event.Methods inherited from class org.bonitasoft.engine.synchro.AbstractUpdateHandler
execute, getSynchronization
-
Constructor Details
-
FlowNodeHandler
public FlowNodeHandler()
-
-
Method Details
-
getEvent
- Specified by:
getEventin classAbstractUpdateHandler
-
isInterested
Description copied from interface:SHandlerPrecise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method. -
getIdentifier
Description copied from interface:SHandlerReturns a unique identifier for each instance of the Handler
-