Package org.kie.api.builder
Interface Results
- 
 public interface ResultsThe Results of the building process of a KieModule
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Message>getMessages()Returns all the Messages in these ResultsList<Message>getMessages(Message.Level... levels)Returns all the Messages of the given levels in these ResultsbooleanhasMessages(Message.Level... levels)Returns true if these Results contains at least one Message of one of the given levels
 
- 
- 
- 
Method Detail- 
hasMessagesboolean hasMessages(Message.Level... levels) Returns true if these Results contains at least one Message of one of the given levels
 - 
getMessagesList<Message> getMessages(Message.Level... levels) Returns all the Messages of the given levels in these Results
 
- 
 
-