Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent
-
-
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.delegate
Subinterfaces of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.delegate Modifier and Type Interface Description interface
DmnDecisionLiteralExpressionEvaluationEvent
Event which represents the evaluation of a decision with a literal expression.interface
DmnDecisionTableEvaluationEvent
Event which represents the evaluation of a decision tableMethods in org.camunda.bpm.dmn.engine.delegate that return DmnDecisionLogicEvaluationEvent Modifier and Type Method Description DmnDecisionLogicEvaluationEvent
DmnDecisionEvaluationEvent. getDecisionResult()
Methods in org.camunda.bpm.dmn.engine.delegate that return types with arguments of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description Collection<DmnDecisionLogicEvaluationEvent>
DmnDecisionEvaluationEvent. getRequiredDecisionResults()
-
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.impl
Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description protected void
DefaultDmnDecisionContext. generateDecisionEvaluationEvent(List<DmnDecisionLogicEvaluationEvent> evaluatedEvents)
-
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.impl.delegate
Classes in org.camunda.bpm.dmn.engine.impl.delegate that implement DmnDecisionLogicEvaluationEvent Modifier and Type Class Description class
DmnDecisionLiteralExpressionEvaluationEventImpl
class
DmnDecisionTableEvaluationEventImpl
Fields in org.camunda.bpm.dmn.engine.impl.delegate declared as DmnDecisionLogicEvaluationEvent Modifier and Type Field Description protected DmnDecisionLogicEvaluationEvent
DmnDecisionEvaluationEventImpl. decisionResult
Fields in org.camunda.bpm.dmn.engine.impl.delegate with type parameters of type DmnDecisionLogicEvaluationEvent Modifier and Type Field Description protected Collection<DmnDecisionLogicEvaluationEvent>
DmnDecisionEvaluationEventImpl. requiredDecisionResults
Methods in org.camunda.bpm.dmn.engine.impl.delegate that return DmnDecisionLogicEvaluationEvent Modifier and Type Method Description DmnDecisionLogicEvaluationEvent
DmnDecisionEvaluationEventImpl. getDecisionResult()
Methods in org.camunda.bpm.dmn.engine.impl.delegate that return types with arguments of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description Collection<DmnDecisionLogicEvaluationEvent>
DmnDecisionEvaluationEventImpl. getRequiredDecisionResults()
Methods in org.camunda.bpm.dmn.engine.impl.delegate with parameters of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description void
DmnDecisionEvaluationEventImpl. setDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult)
Method parameters in org.camunda.bpm.dmn.engine.impl.delegate with type arguments of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description void
DmnDecisionEvaluationEventImpl. setRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults)
-
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation that return DmnDecisionLogicEvaluationEvent Modifier and Type Method Description DmnDecisionLogicEvaluationEvent
DecisionLiteralExpressionEvaluationHandler. evaluate(DmnDecision decision, VariableContext variableContext)
DmnDecisionLogicEvaluationEvent
DecisionTableEvaluationHandler. evaluate(DmnDecision decision, VariableContext variableContext)
DmnDecisionLogicEvaluationEvent
DmnDecisionLogicEvaluationHandler. evaluate(DmnDecision decision, VariableContext variableContext)
Evaluate a decision with the givenVariableContext
.Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description DmnDecisionResult
DecisionLiteralExpressionEvaluationHandler. generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
DmnDecisionResult
DecisionTableEvaluationHandler. generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
DmnDecisionResult
DmnDecisionLogicEvaluationHandler. generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
Generates the decision evaluation result of the given event. -
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.impl.metrics
Methods in org.camunda.bpm.dmn.engine.impl.metrics with parameters of type DmnDecisionLogicEvaluationEvent Modifier and Type Method Description protected void
DmnEngineMetricCollectorWrapper. notifyCollector(DmnDecisionLogicEvaluationEvent evaluationEvent)
-
Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.engine.impl.history.producer
-