com.atlassian.greenhopper.web.rapid
Class RapidBoardResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.rapid.RapidBoardResource

public class RapidBoardResource
extends AbstractResource


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
RapidBoardResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidBoardViewModelFactory rapidViewFactory, RapidViewService rapidViewService, RapidViewHistoryService rapidViewHistoryService)
           
 
Method Summary
 javax.ws.rs.core.Response getConfig(java.lang.Long rapidViewId, java.lang.Boolean returnDefaultBoard)
           
 javax.ws.rs.core.Response getSelectorData()
           
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, wireAuthenticationContext, wireI18nFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidBoardResource

public RapidBoardResource(com.atlassian.jira.security.JiraAuthenticationContext authContext,
                          RapidBoardViewModelFactory rapidViewFactory,
                          RapidViewService rapidViewService,
                          RapidViewHistoryService rapidViewHistoryService)
Method Detail

getSelectorData

public javax.ws.rs.core.Response getSelectorData()

getConfig

public javax.ws.rs.core.Response getConfig(java.lang.Long rapidViewId,
                                           java.lang.Boolean returnDefaultBoard)


Copyright © 2007-2013 Atlassian. All Rights Reserved.