com.atlassian.gadgets.dashboard.internal.rest
Interface ChangeLayoutHandler

All Known Implementing Classes:
ChangeLayoutHandlerImpl

public interface ChangeLayoutHandler

Interface for changing the layout of a dashboard.


Method Summary
 javax.ws.rs.core.Response changeLayout(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
          Attempts to change the layout of the specified dashboard.
 

Method Detail

changeLayout

javax.ws.rs.core.Response changeLayout(DashboardId dashboardId,
                                       GadgetRequestContext gadgetRequestContext,
                                       javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
Attempts to change the layout of the specified dashboard.

Parameters:
dashboardId - the ID of the dashboard to change
gadgetRequestContext - the context of this request
queryParams - parameters sent along with the request @return a Response for the client with details on the success or failure


Copyright © 2010 Atlassian. All Rights Reserved.