public interface DashboardService
DashboardService
provides methods to get user- and shared Dashboards.Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
getUserDashboards(ResourceResolver resolver,
java.security.Principal principal)
Returns the Dashboard resources for a certain
principal . |
java.util.Iterator<Resource> getUserDashboards(ResourceResolver resolver, java.security.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 - 2020 Adobe Systems Incorporated. All Rights Reserved"