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(com.atlassian.gadgets.dashboard.DashboardId dashboardId, com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext, org.json.JSONObject newLayout)
          Attempts to change the layout of the specified dashboard.
 

Method Detail

changeLayout

javax.ws.rs.core.Response changeLayout(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
                                       com.atlassian.gadgets.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 © 2013 Atlassian. All Rights Reserved.