Class RVDashboardSummary


  • public class RVDashboardSummary
    extends Object
    A simplified version of a dashboard containing only the minimum information required to render a thumbnail, this object cannot be used to render dashboards. This object is intended to be sent to a client by calling the toJson method and then using standard JAX-B serialization.
    • Constructor Detail

      • RVDashboardSummary

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

      • toJson

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

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