public abstract class AbstractUpdateHandler extends java.lang.Object implements SHandler<SEvent>
| Constructor and Description |
|---|
AbstractUpdateHandler(long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SEvent sEvent)
Performs the action corresponding to the given Event
|
protected abstract java.util.Map<java.lang.String,java.io.Serializable> |
getEvent(SEvent sEvent) |
protected BonitaTransactionSynchronization |
getSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event,
java.lang.Long id,
TenantServiceAccessor tenantServiceAccessor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdentifier, isInterestedprotected abstract java.util.Map<java.lang.String,java.io.Serializable> getEvent(SEvent sEvent)
public void execute(SEvent sEvent) throws SHandlerExecutionException
SHandlerexecute in interface SHandler<SEvent>SHandlerExecutionExceptionprotected BonitaTransactionSynchronization getSynchronization(java.util.Map<java.lang.String,java.io.Serializable> event, java.lang.Long id, TenantServiceAccessor tenantServiceAccessor)