Uses of Enum Class
org.kie.api.builder.Message.Level
Packages that use Message.Level
-
Uses of Message.Level in org.kie.api.builder
Methods in org.kie.api.builder that return Message.LevelModifier and TypeMethodDescriptionMessage.getLevel()Returns the message levelstatic Message.LevelReturns the enum constant of this class with the specified name.static Message.Level[]Message.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.api.builder with parameters of type Message.LevelModifier and TypeMethodDescriptionResults.getMessages(Message.Level... levels) Returns all the Messages of the given levels in these ResultsbooleanResults.hasMessages(Message.Level... levels) Returns true if these Results contains at least one Message of one of the given levels