Package | Description |
---|---|
org.kie.dmn.api.core |
Modifier and Type | Method and 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.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.