Class RVDashboardSummary
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.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 Summary
Constructors Constructor Description RVDashboardSummary(Map<String,Object> json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTitle()
Returns the title of the dashboard, by retrieving the Title property.Map<String,Object>
toJson()
Returns the JSON representation of the dashboard summary.
-
-
-
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.
-
-