Package org.kie.api.builder
Interface Results
public interface Results
The Results of the building process of a KieModule
-
Method Summary
Modifier and TypeMethodDescriptionReturns all the Messages in these ResultsgetMessages(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 Details
-
hasMessages
Returns true if these Results contains at least one Message of one of the given levels -
getMessages
Returns all the Messages of the given levels in these Results -
getMessages
Returns all the Messages in these Results
-