Class MuranoActionResult

    • Constructor Detail

      • MuranoActionResult

        public MuranoActionResult()
    • Method Detail

      • isException

        public Boolean isException()
        Specified by:
        isException in interface ActionResult
        Returns:
        true if exception was raised during action execution.
      • getResult

        public Object getResult()
        Specified by:
        getResult in interface ActionResult
        Returns:
        the Result object. It might be one of: - String - boolean - int - float - List - Map

        depending on Action itself.