public interface DmnHistoryEventProducer
HistoryEvent
.Modifier and Type | Method and Description |
---|---|
HistoryEvent |
createDecisionEvaluatedEvt(DelegateCaseExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a case instance.
|
HistoryEvent |
createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a process instance.
|
HistoryEvent |
createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated.
|
HistoryEvent createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
execution
- the current executiondecisionEvaluationEvent
- the evaluation eventcreateDecisionEvaluatedEvt(DmnDecisionEvaluationEvent)
HistoryEvent createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
execution
- the current case executiondecisionEvaluationEvent
- the evaluation eventcreateDecisionEvaluatedEvt(DmnDecisionEvaluationEvent)
HistoryEvent createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
createDecisionEvaluatedEvt(DelegateExecution, DmnDecisionEvaluationEvent)
instead.decisionEvaluationEvent
- the evaluation eventCopyright © 2019. All rights reserved.