KIE API 6.1.0.Beta2

Uses of Class
org.kie.api.builder.Message.Level

Packages that use Message.Level
org.kie.api.builder   
 

Uses of Message.Level in org.kie.api.builder
 

Methods in org.kie.api.builder that return Message.Level
 Message.Level Message.getLevel()
          Returns the message level
static Message.Level Message.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.Level[] Message.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.api.builder with parameters of type Message.Level
 List<Message> Results.getMessages(Message.Level... levels)
          Returns all the Messages of the given levels in these Results
 boolean Results.hasMessages(Message.Level... levels)
          Returns true if these Results contains at least one Message of one of the given levels
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.