Uses of Enum Class
org.kie.dmn.api.core.DMNMessage.Severity
Packages that use DMNMessage.Severity
-
Uses of DMNMessage.Severity in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNMessage.SeverityModifier and TypeMethodDescriptionDMNMessage.getSeverity()Deprecated.static DMNMessage.SeverityReturns the enum constant of this class with the specified name.static DMNMessage.Severity[]DMNMessage.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.dmn.api.core with parameters of type DMNMessage.SeverityModifier and TypeMethodDescriptionDMNMessageContainer.getMessages(DMNMessage.Severity... sevs) Returns a list of all the messages produced during the DMN service invocation, filtered by the list of severities given.
Message.getLevel()instead.