Modifier and Type | Method and Description |
---|---|
List<DMNMessage> |
getMessages()
Returns a list of all the messages produced
during the DMN service invocation.
|
List<DMNMessage> |
getMessages(DMNMessage.Severity... sevs)
Returns a list of all the messages produced
during the DMN service invocation, filtered
by the list of severities given.
|
boolean |
hasErrors()
A helper method to quick check for the presence
of error messages.
|
List<DMNMessage> getMessages()
List<DMNMessage> getMessages(DMNMessage.Severity... sevs)
sevs
- the list of severities to filter
the messages byboolean hasErrors()
#getMessages()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.