Interface DMNDecisionResult


  • public interface DMNDecisionResult
    Stores the result of the evaluation of a decision
    • Method Detail

      • getDecisionId

        String getDecisionId()
        Returns the decision ID
        Returns:
        the decision ID
      • getDecisionName

        String getDecisionName()
        Returns the decision name
        Returns:
        the decision name
      • getResult

        Object getResult()
        Returns the result of the evaluation of the decision
        Returns:
        the result of the decision
      • getMessages

        List<DMNMessage> getMessages()
        Returns a list of DMN messages generated during the evaluation of this decision.
        Returns:
        a list of messages, or an empty list if no message was generated
      • hasErrors

        boolean hasErrors()
        Returns true if any error occurred during evaluation.
        Returns:
        true if any error ocurred during evaluation.