org.camunda.bpm.dmn.engine.delegate
Interface DmnDecisionEvaluationEvent

All Known Implementing Classes:
DmnDecisionEvaluationEventImpl

public interface DmnDecisionEvaluationEvent

Event which represents the evaluation of a decision


Method Summary
 DmnDecisionLogicEvaluationEvent getDecisionResult()
           
 long getExecutedDecisionElements()
           
 Collection<DmnDecisionLogicEvaluationEvent> getRequiredDecisionResults()
           
 

Method Detail

getDecisionResult

DmnDecisionLogicEvaluationEvent getDecisionResult()
Returns:
the result of the evaluated decision

getRequiredDecisionResults

Collection<DmnDecisionLogicEvaluationEvent> getRequiredDecisionResults()
Returns:
the collection of required decision results

getExecutedDecisionElements

long getExecutedDecisionElements()
Returns:
the number of executed decision elements during the evaluation


Copyright © 2017 camunda services GmbH. All rights reserved.