Uses of Class
com.atlassian.gadgets.dashboard.internal.rest.representations.GadgetRepresentation

Packages that use GadgetRepresentation
com.atlassian.gadgets.dashboard.internal.rest.representations   
 

Uses of GadgetRepresentation in com.atlassian.gadgets.dashboard.internal.rest.representations
 

Methods in com.atlassian.gadgets.dashboard.internal.rest.representations that return GadgetRepresentation
 GadgetRepresentation RepresentationFactory.createGadgetRepresentation(DashboardId dashboardId, Gadget gadget, GadgetRequestContext gadgetRequestContext, boolean writable, DashboardState.ColumnIndex column)
          Given a Gadget, this creates a new JAXB gadget representation
 GadgetRepresentation RepresentationFactoryImpl.createGadgetRepresentation(DashboardId dashboardId, Gadget gadget, GadgetRequestContext gadgetRequestContext, boolean writable, DashboardState.ColumnIndex column)
           
 

Methods in com.atlassian.gadgets.dashboard.internal.rest.representations that return types with arguments of type GadgetRepresentation
 List<GadgetRepresentation> DashboardRepresentation.getGadgets()
           
 

Method parameters in com.atlassian.gadgets.dashboard.internal.rest.representations with type arguments of type GadgetRepresentation
 DashboardRepresentation.Builder DashboardRepresentation.Builder.gadgets(List<GadgetRepresentation> gadgets)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.