com.atlassian.greenhopper.web.rapid.plan
Class PlanningModeResource

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.web.AbstractResource
          extended by com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource

public class PlanningModeResource
extends AbstractResource

Resource for use in Planning Mode


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
PlanningModeResource()
           
 
Method Summary
 javax.ws.rs.core.Response getBacklogData(java.lang.Long rapidViewId, java.util.Set<java.lang.Long> activeQuickFilters)
           
 javax.ws.rs.core.Response getBacklogIssue(java.lang.Long rapidViewId, java.lang.Long issueId)
           
 javax.ws.rs.core.Response getOpenSprintData(java.lang.Long rapidViewId, java.lang.Long sprintId, java.util.Set<java.lang.Long> activeQuickFilters)
           
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanningModeResource

public PlanningModeResource()
Method Detail

getBacklogData

public javax.ws.rs.core.Response getBacklogData(java.lang.Long rapidViewId,
                                                java.util.Set<java.lang.Long> activeQuickFilters)

getOpenSprintData

public javax.ws.rs.core.Response getOpenSprintData(java.lang.Long rapidViewId,
                                                   java.lang.Long sprintId,
                                                   java.util.Set<java.lang.Long> activeQuickFilters)

getBacklogIssue

public javax.ws.rs.core.Response getBacklogIssue(java.lang.Long rapidViewId,
                                                 java.lang.Long issueId)


Copyright © 2007-2012 Atlassian. All Rights Reserved.