org.camunda.bpm.dmn.engine.delegate
Interface DmnDecisionEvaluationEvent
- All Known Implementing Classes:
- DmnDecisionEvaluationEventImpl
public interface DmnDecisionEvaluationEvent
Event which represents the evaluation of a decision
getDecisionResult
DmnDecisionTableEvaluationEvent getDecisionResult()
- Returns:
- the result of the evaluated decision
getRequiredDecisionResults
Collection<DmnDecisionTableEvaluationEvent> getRequiredDecisionResults()
- Returns:
- the collection of required decision results
getExecutedDecisionElements
long getExecutedDecisionElements()
- Returns:
- the number of executed decision elements during the evaluation
Copyright © 2016 camunda services GmbH. All rights reserved.