Interface ActionResult

    • Method Detail

      • isException

        Boolean isException()
        Returns:
        true if exception was raised during action execution.
      • getResult

        Object getResult()
        Returns:
        the Result object. It might be one of: - String - boolean - int - float - List - Map

        depending on Action itself.