|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeleteGadgetHandler
Interface for removing a gadget from a live dashboard.
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
deleteGadget(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId)
Removes the specified gadget from the specified dashboard. |
| Method Detail |
|---|
javax.ws.rs.core.Response deleteGadget(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId)
dashboardId - the dashboard hosting the gadgetgadgetRequestContext - the context of this requestgadgetId - the gadget to remove
Response for the client with details on success or
failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||