public abstract class HistoryCaseExecutionListener extends Object implements CaseExecutionListener
Modifier and Type | Field and Description |
---|---|
protected CmmnHistoryEventProducer |
eventProducer |
protected HistoryLevel |
historyLevel |
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
Constructor and Description |
---|
HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer) |
Modifier and Type | Method and Description |
---|---|
protected abstract HistoryEvent |
createHistoryEvent(DelegateCaseExecution caseExecution) |
protected void |
ensureHistoryLevelInitialized() |
void |
notify(DelegateCaseExecution caseExecution) |
protected CmmnHistoryEventProducer eventProducer
protected HistoryLevel historyLevel
public HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer)
public void notify(DelegateCaseExecution caseExecution) throws Exception
notify
in interface CaseExecutionListener
notify
in interface DelegateListener<DelegateCaseExecution>
Exception
protected void ensureHistoryLevelInitialized()
protected abstract HistoryEvent createHistoryEvent(DelegateCaseExecution caseExecution)
Copyright © 2019. All rights reserved.