Uses of Class
org.kie.dmn.api.core.DMNMessage.Severity
-
Packages that use DMNMessage.Severity Package Description org.kie.dmn.api.core -
-
Uses of DMNMessage.Severity in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNMessage.Severity Modifier and Type Method Description DMNMessage.SeverityDMNMessage. getSeverity()Deprecated.useMessage.getLevel()instead.static DMNMessage.SeverityDMNMessage.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static DMNMessage.Severity[]DMNMessage.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.api.core with parameters of type DMNMessage.Severity Modifier and Type Method Description 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.
-