|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
public class DbHistoryEventHandler
History event handler that writes history events to the process engine database using the DbSqlSession.
| Constructor Summary | |
|---|---|
DbHistoryEventHandler()
|
|
| Method Summary | |
|---|---|
protected DbSqlSession |
getDbSqlSession()
|
void |
handleEvent(HistoryEvent historyEvent)
Called by the process engine when an history event is fired. |
protected void |
insertHistoricVariableUpdateEntity(HistoricVariableUpdateEventEntity historyEvent)
customized insert behavior for HistoricVariableUpdateEventEntity |
protected void |
insertOrUpdate(HistoryEvent historyEvent)
general history event insert behavior |
protected boolean |
isInitialEvent(String eventType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbHistoryEventHandler()
| Method Detail |
|---|
public void handleEvent(HistoryEvent historyEvent)
HistoryEventHandler
handleEvent in interface HistoryEventHandlerhistoryEvent - the HistoryEvent that is about to be fired.protected void insertOrUpdate(HistoryEvent historyEvent)
protected void insertHistoricVariableUpdateEntity(HistoricVariableUpdateEventEntity historyEvent)
protected boolean isInitialEvent(String eventType)
protected DbSqlSession getDbSqlSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||