com.atlassian.gadgets.dashboard.internal.rest
Interface DeleteGadgetHandler
- All Known Implementing Classes:
- DeleteGadgetHandlerImpl
public interface DeleteGadgetHandler
Interface for removing a gadget from a live dashboard.
deleteGadget
javax.ws.rs.core.Response deleteGadget(DashboardId dashboardId,
GadgetRequestContext gadgetRequestContext,
GadgetId gadgetId)
- Removes the specified gadget from the specified dashboard.
- Parameters:
dashboardId - the dashboard hosting the gadgetgadgetRequestContext - the context of this requestgadgetId - the gadget to remove
- Returns:
- a
Response for the client with details on success or
failure
Copyright © 2011 Atlassian. All Rights Reserved.