public class SubqueryResource extends AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
Constructor and Description |
---|
SubqueryResource(com.atlassian.jira.security.JiraAuthenticationContext authContext,
SubqueryHelper SubqueryHelper) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getSubquery(Long rapidViewId,
String sectionKey)
Get the Subquery for a given rapidView and key
|
javax.ws.rs.core.Response |
updateSubquery(Long rapidViewId,
String sectionKey,
SubqueryEntry editModel)
Update a Subquery given its id and the id of the rapid view it belongs to
|
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck, wireAuthenticationContext, wireI18nFactoryService, wireLicenseChecker
public SubqueryResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, SubqueryHelper SubqueryHelper)
public javax.ws.rs.core.Response getSubquery(Long rapidViewId, String sectionKey)
public javax.ws.rs.core.Response updateSubquery(Long rapidViewId, String sectionKey, SubqueryEntry editModel)
Copyright © 2007–2015 Atlassian. All rights reserved.