Uses of Interface
org.kie.dmn.api.core.DMNMessage
Packages that use DMNMessage
-
Uses of DMNMessage in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return types with arguments of type DMNMessageModifier and TypeMethodDescriptionDMNDecisionResult.getMessages()Returns a list of DMN messages generated during the evaluation of this decision.DMNMessageContainer.getMessages()Returns a list of all the messages produced during the DMN service invocation.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.