Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent

Packages that use DmnDecisionLogicEvaluationEvent
org.camunda.bpm.dmn.engine.delegate   
org.camunda.bpm.dmn.engine.impl   
org.camunda.bpm.dmn.engine.impl.delegate   
org.camunda.bpm.dmn.engine.impl.evaluation   
org.camunda.bpm.dmn.engine.impl.metrics   
 

Uses of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.delegate
 

Subinterfaces of DmnDecisionLogicEvaluationEvent in org.camunda.bpm.dmn.engine.delegate
 interface DmnDecisionLiteralExpressionEvaluationEvent
          Event which represents the evaluation of a decision with a literal expression.
 interface DmnDecisionTableEvaluationEvent
          Event which represents the evaluation of a decision table
 

Methods in org.camunda.bpm.dmn.engine.delegate that return DmnDecisionLogicEvaluationEvent
 DmnDecisionLogicEvaluationEvent DmnDecisionEvaluationEvent.getDecisionResult()
           
 

Methods in org.camunda.bpm.dmn.engine.delegate that return types with arguments of type DmnDecisionLogicEvaluationEvent
 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
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
 class DmnDecisionLiteralExpressionEvaluationEventImpl
           
 class DmnDecisionTableEvaluationEventImpl
           
 

Fields in org.camunda.bpm.dmn.engine.impl.delegate declared as DmnDecisionLogicEvaluationEvent
protected  DmnDecisionLogicEvaluationEvent DmnDecisionEvaluationEventImpl.decisionResult
           
 

Fields in org.camunda.bpm.dmn.engine.impl.delegate with type parameters of type DmnDecisionLogicEvaluationEvent
protected  Collection<DmnDecisionLogicEvaluationEvent> DmnDecisionEvaluationEventImpl.requiredDecisionResults
           
 

Methods in org.camunda.bpm.dmn.engine.impl.delegate that return DmnDecisionLogicEvaluationEvent
 DmnDecisionLogicEvaluationEvent DmnDecisionEvaluationEventImpl.getDecisionResult()
           
 

Methods in org.camunda.bpm.dmn.engine.impl.delegate that return types with arguments of type DmnDecisionLogicEvaluationEvent
 Collection<DmnDecisionLogicEvaluationEvent> DmnDecisionEvaluationEventImpl.getRequiredDecisionResults()
           
 

Methods in org.camunda.bpm.dmn.engine.impl.delegate with parameters of type DmnDecisionLogicEvaluationEvent
 void DmnDecisionEvaluationEventImpl.setDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult)
           
 

Method parameters in org.camunda.bpm.dmn.engine.impl.delegate with type arguments of type DmnDecisionLogicEvaluationEvent
 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
 DmnDecisionLogicEvaluationEvent DmnDecisionLogicEvaluationHandler.evaluate(DmnDecision decision, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
          Evaluate a decision with the given VariableContext.
 DmnDecisionLogicEvaluationEvent DecisionLiteralExpressionEvaluationHandler.evaluate(DmnDecision decision, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
           
 DmnDecisionLogicEvaluationEvent DecisionTableEvaluationHandler.evaluate(DmnDecision decision, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
           
 

Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnDecisionLogicEvaluationEvent
 DmnDecisionResult DmnDecisionLogicEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
          Generates the decision evaluation result of the given event.
 DmnDecisionResult DecisionLiteralExpressionEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
           
 DmnDecisionResult DecisionTableEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent 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
protected  void DmnEngineMetricCollectorWrapper.notifyCollector(DmnDecisionLogicEvaluationEvent evaluationEvent)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.