Interface Results


public interface Results
The Results of the building process of a KieModule
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all the Messages in these Results
    Returns all the Messages of the given levels in these Results
    boolean
    Returns true if these Results contains at least one Message of one of the given levels
  • Method Details

    • hasMessages

      boolean hasMessages(Message.Level... levels)
      Returns true if these Results contains at least one Message of one of the given levels
    • getMessages

      List<Message> getMessages(Message.Level... levels)
      Returns all the Messages of the given levels in these Results
    • getMessages

      List<Message> getMessages()
      Returns all the Messages in these Results