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, org.json.JSONObject newLayout)
          Attempts to change the layout of the specified dashboard.
 

Method Detail

changeLayout

javax.ws.rs.core.Response changeLayout(DashboardId dashboardId,
                                       GadgetRequestContext gadgetRequestContext,
                                       org.json.JSONObject newLayout)
Attempts to change the layout of the specified dashboard.

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


Copyright © 2011 Atlassian. All Rights Reserved.