Package org.bonitasoft.engine.synchro
Class AbstractUpdateHandler
- java.lang.Object
-
- org.bonitasoft.engine.synchro.AbstractUpdateHandler
-
- Direct Known Subclasses:
AbstractJMSUpdateHandler,FlowNodeHandler,GatewayHandler,ProcessInstanceHandler
public abstract class AbstractUpdateHandler extends java.lang.Object implements SHandler<SEvent>
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractUpdateHandler(long tenantId)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute(SEvent sEvent)Performs the action corresponding to the given Eventprotected abstract java.util.Map<java.lang.String,java.io.Serializable>getEvent(SEvent sEvent)protected BonitaTransactionSynchronizationgetSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event, java.lang.Long id, TenantServiceAccessor tenantServiceAccessor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.events.model.SHandler
getIdentifier, isInterested
-
-
-
-
Method Detail
-
getEvent
protected abstract java.util.Map<java.lang.String,java.io.Serializable> getEvent(SEvent sEvent)
-
execute
public void execute(SEvent sEvent) throws SHandlerExecutionException
Description copied from interface:SHandlerPerforms the action corresponding to the given Event- Specified by:
executein interfaceSHandler<SEvent>- Throws:
SHandlerExecutionException
-
getSynchronization
protected BonitaTransactionSynchronization getSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event, java.lang.Long id, TenantServiceAccessor tenantServiceAccessor)
-
-