public interface DMNDecisionResult
Modifier and Type | Interface and Description |
---|---|
static class |
DMNDecisionResult.DecisionEvaluationStatus |
Modifier and Type | Method and Description |
---|---|
String |
getDecisionId()
Returns the decision ID
|
String |
getDecisionName()
Returns the decision name
|
DMNDecisionResult.DecisionEvaluationStatus |
getEvaluationStatus()
Returns the evaluation status
of this decision.
|
List<DMNMessage> |
getMessages()
Returns a list of DMN messages generated
during the evaluation of this decision.
|
Object |
getResult()
Returns the result of the evaluation
of the decision
|
boolean |
hasErrors()
Returns true if any error occurred during evaluation.
|
String getDecisionId()
String getDecisionName()
DMNDecisionResult.DecisionEvaluationStatus getEvaluationStatus()
Object getResult()
List<DMNMessage> getMessages()
boolean hasErrors()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.