Uses of Interface
org.kie.dmn.api.core.DMNMessage
-
Packages that use DMNMessage Package Description org.kie.dmn.api.core -
-
Uses of DMNMessage in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return types with arguments of type DMNMessage Modifier and Type Method Description List<DMNMessage>DMNDecisionResult. getMessages()Returns a list of DMN messages generated during the evaluation of this decision.List<DMNMessage>DMNMessageContainer. getMessages()Returns a list of all the messages produced during the DMN service invocation.List<DMNMessage>DMNMessageContainer. getMessages(DMNMessage.Severity... sevs)Returns a list of all the messages produced during the DMN service invocation, filtered by the list of severities given.
-