com.atlassian.greenhopper.web.rapid.work
Class WorkResource

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

public class WorkResource
extends AbstractResource


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
WorkResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, RapidIssueEntryQueryService rapidIssueEntryQueryService, WorkDataFactory workDataFactory, ProjectHistoryService projectHistoryService, ProjectEntryTransformer projectEntryTransformer, RapidViewService rapidViewService)
           
 
Method Summary
 javax.ws.rs.core.Response getIssue(java.lang.Long rapidViewId, java.lang.Long issueId)
           
 javax.ws.rs.core.Response getPoolData(java.lang.Long rapidViewId, java.util.Set<java.lang.Long> activeQuickFilters, java.util.Set<java.lang.Long> activeSprints, java.lang.String etag)
           
 
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

WorkResource

public WorkResource(com.atlassian.jira.security.JiraAuthenticationContext authContext,
                    RapidIssueEntryQueryService rapidIssueEntryQueryService,
                    WorkDataFactory workDataFactory,
                    ProjectHistoryService projectHistoryService,
                    ProjectEntryTransformer projectEntryTransformer,
                    RapidViewService rapidViewService)
Method Detail

getPoolData

public javax.ws.rs.core.Response getPoolData(java.lang.Long rapidViewId,
                                             java.util.Set<java.lang.Long> activeQuickFilters,
                                             java.util.Set<java.lang.Long> activeSprints,
                                             java.lang.String etag)

getIssue

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


Copyright © 2007-2013 Atlassian. All Rights Reserved.