|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
javax.ws.rs.core.Response changeLayout(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
org.json.JSONObject newLayout)
dashboardId - the ID of the dashboard to changegadgetRequestContext - the context of this requestnewLayout - parameters sent along with the request
Response for the client with details on the success or failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||