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