Package org.bonitasoft.engine.synchro
Class AbstractUpdateHandler
java.lang.Object
org.bonitasoft.engine.synchro.AbstractUpdateHandler
- All Implemented Interfaces:
Serializable,SHandler<SEvent>
- Direct Known Subclasses:
FlowNodeHandler,GatewayHandler,ProcessInstanceHandler
- Author:
- Baptiste Mesta
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms the action corresponding to the given Eventprotected abstract Map<String,Serializable> protected BonitaTransactionSynchronizationgetSynchronization(Map<String, Serializable> event, Long id, ServiceAccessor serviceAccessor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.events.model.SHandler
getIdentifier, isInterested
-
Constructor Details
-
AbstractUpdateHandler
public AbstractUpdateHandler()
-
-
Method Details
-
getEvent
-
execute
Description copied from interface:SHandlerPerforms the action corresponding to the given Event- Specified by:
executein interfaceSHandler<SEvent>- Throws:
SHandlerExecutionException
-
getSynchronization
protected BonitaTransactionSynchronization getSynchronization(Map<String, Serializable> event, Long id, ServiceAccessor serviceAccessor)
-