|
||||||||||
| 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(DelegateCaseExecution execution,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute a case instance. |
HistoryEvent |
createDecisionEvaluatedEvt(DelegateExecution execution,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute a process instance. |
HistoryEvent |
createDecisionEvaluatedEvt(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
Creates the history event fired when a decision is evaluated. |
| Method Detail |
|---|
HistoryEvent createDecisionEvaluatedEvt(DelegateExecution execution,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
execution - the current executiondecisionTableEvaluationEvent - the evaluation event
createDecisionEvaluatedEvt(DmnDecisionTableEvaluationEvent)
HistoryEvent createDecisionEvaluatedEvt(DelegateCaseExecution execution,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
execution - the current case executiondecisionTable - the evaluated decision tabledecisionTableResult - the decision table evaluation result
#createDecisionEvaluatedEvt(DmnDecisionTable, DmnDecisionTableResult)HistoryEvent createDecisionEvaluatedEvt(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
createDecisionEvaluatedEvt(DelegateExecution, DmnDecisionTableEvaluationEvent) instead.
decisionTableEvaluationEvent - the evaluation event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||