|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnHistoryEventProducer
The producer for DMN history events. The history event producer is
responsible for extracting data from the dmn engine
and adding the data to a HistoryEvent.
| Method Summary | |
|---|---|
HistoryEvent |
createDecisionEvaluatedEvt(DelegateExecution execution,
org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable,
org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
Creates the history event fired when a decision is evaluated. |
| Method Detail |
|---|
HistoryEvent createDecisionEvaluatedEvt(DelegateExecution execution,
org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable,
org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
execution - the current executiondecisionTable - the evaluated decision tabledecisionTableResult - the decision table evaluation result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||