public class RecorderImpl extends Object implements org.bonitasoft.engine.recorder.Recorder
| Constructor and Description |
|---|
RecorderImpl(org.bonitasoft.engine.services.PersistenceService persistenceService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.events.EventService eventService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
logFireEventExceptionAndThrowSRecorderException(org.bonitasoft.engine.events.model.SFireEventException e,
String methodName) |
void |
recordBatchInsert(org.bonitasoft.engine.recorder.model.BatchInsertRecord record,
org.bonitasoft.engine.events.model.SInsertEvent insertEvent) |
void |
recordDelete(org.bonitasoft.engine.recorder.model.DeleteRecord record,
org.bonitasoft.engine.events.model.SDeleteEvent deleteEvent) |
void |
recordDeleteAll(org.bonitasoft.engine.recorder.model.DeleteAllRecord record) |
void |
recordInsert(org.bonitasoft.engine.recorder.model.InsertRecord record,
org.bonitasoft.engine.events.model.SInsertEvent insertEvent) |
void |
recordUpdate(org.bonitasoft.engine.recorder.model.UpdateRecord record,
org.bonitasoft.engine.events.model.SUpdateEvent updateEvent) |
public RecorderImpl(org.bonitasoft.engine.services.PersistenceService persistenceService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.events.EventService eventService)
public void recordInsert(org.bonitasoft.engine.recorder.model.InsertRecord record,
org.bonitasoft.engine.events.model.SInsertEvent insertEvent)
throws org.bonitasoft.engine.recorder.SRecorderException
recordInsert in interface org.bonitasoft.engine.recorder.Recorderorg.bonitasoft.engine.recorder.SRecorderExceptionpublic void recordBatchInsert(org.bonitasoft.engine.recorder.model.BatchInsertRecord record,
org.bonitasoft.engine.events.model.SInsertEvent insertEvent)
throws org.bonitasoft.engine.recorder.SRecorderException
recordBatchInsert in interface org.bonitasoft.engine.recorder.Recorderorg.bonitasoft.engine.recorder.SRecorderExceptionpublic void recordDelete(org.bonitasoft.engine.recorder.model.DeleteRecord record,
org.bonitasoft.engine.events.model.SDeleteEvent deleteEvent)
throws org.bonitasoft.engine.recorder.SRecorderException
recordDelete in interface org.bonitasoft.engine.recorder.Recorderorg.bonitasoft.engine.recorder.SRecorderExceptionpublic void recordDeleteAll(org.bonitasoft.engine.recorder.model.DeleteAllRecord record)
throws org.bonitasoft.engine.recorder.SRecorderException
recordDeleteAll in interface org.bonitasoft.engine.recorder.Recorderorg.bonitasoft.engine.recorder.SRecorderExceptionpublic void recordUpdate(org.bonitasoft.engine.recorder.model.UpdateRecord record,
org.bonitasoft.engine.events.model.SUpdateEvent updateEvent)
throws org.bonitasoft.engine.recorder.SRecorderException
recordUpdate in interface org.bonitasoft.engine.recorder.Recorderorg.bonitasoft.engine.recorder.SRecorderExceptionprotected void logFireEventExceptionAndThrowSRecorderException(org.bonitasoft.engine.events.model.SFireEventException e,
String methodName)
throws org.bonitasoft.engine.recorder.SRecorderException
org.bonitasoft.engine.recorder.SRecorderExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.