Class RVDashboardDocument


  • public class RVDashboardDocument
    extends Object
    A document containing the JSON representation of a dashboard, JSON information is stored in a generic map. It's intended to be sent to a client by calling the toJson method and then using standard JAX-B serialization.
    • Constructor Detail

      • RVDashboardDocument

        public RVDashboardDocument​(Map<String,​Object> json)
    • Method Detail

      • toJson

        public Map<String,​Object> toJson()
        Returns the JSON representation of the dashboard.
        Returns:
        the JSON representation of the dashboard.
      • getTitle

        public String getTitle()
        Returns the title of the dashboard, by retrieving the Title property.
        Returns:
        the title of the dashboard.