public interface DashboardService
DashboardService provides methods to get user- and shared Dashboards.| Modifier and Type | Method and Description |
|---|---|
Iterator<Resource> |
getUserDashboards(ResourceResolver resolver,
Principal principal)
Returns the Dashboard resources for a certain
principal. |
Iterator<Resource> getUserDashboards(ResourceResolver resolver, Principal principal) throws DashboardException
principal.resolver - ResourceResolver used to access resources.principal - User principal to get the resources forIterator over resources representing the users
dashboard'sDashboardException - if an error occurs while accessing the
resources"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"