|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmmnHistoryEventProducer
The producer for CMMN history events. The history event producer is
responsible for extracting data from the runtime structures
(Executions, Tasks, ...) and adding the data to a HistoryEvent.
| Method Summary | |
|---|---|
HistoryEvent |
createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is created. |
HistoryEvent |
createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is ended. |
HistoryEvent |
createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is updated. |
HistoryEvent |
createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is closed. |
HistoryEvent |
createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is created. |
HistoryEvent |
createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is updated. |
| Method Detail |
|---|
HistoryEvent createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
HistoryEvent createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
HistoryEvent createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
HistoryEvent createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
HistoryEvent createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
HistoryEvent createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
caseExecution - the current case execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||