com.atlassian.jira.rest.v1.jql
Class AutoCompleteResource

java.lang.Object
  extended by com.atlassian.jira.rest.v1.jql.AutoCompleteResource

public class AutoCompleteResource
extends Object

Rest end point for JQL Autocomplete suggestions.

Since:
v4.0

Nested Class Summary
static class AutoCompleteResource.AutoCompleteResult
           
static class AutoCompleteResource.AutoCompleteResultsWrapper
           
 
Constructor Summary
AutoCompleteResource(JiraAuthenticationContext authenticationContext, JqlStringSupport jqlStringSupport, SearchHandlerManager searchHandlerManager, PredicateRegistry predicateRegistry)
           
 
Method Summary
 javax.ws.rs.core.Response getIssuesResponse(String fieldName, String fieldValue, String predicateName, String predicateValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCompleteResource

public AutoCompleteResource(JiraAuthenticationContext authenticationContext,
                            JqlStringSupport jqlStringSupport,
                            SearchHandlerManager searchHandlerManager,
                            PredicateRegistry predicateRegistry)
Method Detail

getIssuesResponse

public javax.ws.rs.core.Response getIssuesResponse(String fieldName,
                                                   String fieldValue,
                                                   String predicateName,
                                                   String predicateValue)


Copyright © 2002-2013 Atlassian. All Rights Reserved.