Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent
Package
Description
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.delegate
Modifier and TypeMethodDescriptionvoid
DmnDecisionEvaluationListener.notify
(DmnDecisionEvaluationEvent evaluationEvent) Will be called after a decision was evaluated. -
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.impl.delegate
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.impl.metrics
Modifier and TypeMethodDescriptionvoid
DefaultEngineMetricCollector.notify
(DmnDecisionEvaluationEvent evaluationEvent) void
DmnEngineMetricCollectorWrapper.notify
(DmnDecisionEvaluationEvent evaluationEvent) -
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeMethodDescriptionprotected HistoryEvent
HistoryDecisionEvaluationListener.createHistoryEvent
(DmnDecisionEvaluationEvent evaluationEvent) void
HistoryDecisionEvaluationListener.notify
(DmnDecisionEvaluationEvent evaluationEvent) -
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionDefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DmnDecisionEvaluationEvent evaluationEvent) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated.DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a case instance.DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a process instance.protected HistoryEvent
DefaultDmnHistoryEventProducer.createHistoryEvent
(DmnDecisionEvaluationEvent evaluationEvent, DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier supplier) protected HistoricDecisionEvaluationEvent
DefaultDmnHistoryEventProducer.newDecisionEvaluationEvent
(DmnDecisionEvaluationEvent evaluationEvent) -
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.engine.impl.metrics.dmn
Modifier and TypeMethodDescriptionvoid
MetricsDecisionEvaluationListener.notify
(DmnDecisionEvaluationEvent evaluationEvent)