Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent
-
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.delegate
Methods in org.camunda.bpm.dmn.engine.delegate with parameters of type DmnDecisionEvaluationEvent Modifier and Type Method Description void
DmnDecisionEvaluationListener. notify(DmnDecisionEvaluationEvent evaluationEvent)
Will be called after a decision was evaluated. -
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.impl.delegate
Classes in org.camunda.bpm.dmn.engine.impl.delegate that implement DmnDecisionEvaluationEvent Modifier and Type Class Description class
DmnDecisionEvaluationEventImpl
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.dmn.engine.impl.metrics
Methods in org.camunda.bpm.dmn.engine.impl.metrics with parameters of type DmnDecisionEvaluationEvent Modifier and Type Method Description void
DefaultEngineMetricCollector. notify(DmnDecisionEvaluationEvent evaluationEvent)
void
DmnEngineMetricCollectorWrapper. notify(DmnDecisionEvaluationEvent evaluationEvent)
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type DmnDecisionEvaluationEvent Modifier and Type Method Description protected HistoryEvent
HistoryDecisionEvaluationListener. createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent)
void
HistoryDecisionEvaluationListener. notify(DmnDecisionEvaluationEvent evaluationEvent)
-
Uses of DmnDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DmnDecisionEvaluationEvent Modifier and Type Method Description HistoryEvent
DefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent evaluationEvent)
HistoryEvent
DefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent)
HistoryEvent
DefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent)
HistoryEvent
DmnHistoryEventProducer. createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated.HistoryEvent
DmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute a case instance.HistoryEvent
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
Methods in org.camunda.bpm.engine.impl.metrics.dmn with parameters of type DmnDecisionEvaluationEvent Modifier and Type Method Description void
MetricsDecisionEvaluationListener. notify(DmnDecisionEvaluationEvent evaluationEvent)
-